Skip to content

Commit f3cced0

Browse files
authored
python312Packages.pyosmium: 4.0.1 -> 4.0.2 (#354831)
2 parents 50cff47 + df1e170 commit f3cced0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: pkgs/development/python-modules/pyosmium/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
buildPythonPackage rec {
2525
pname = "pyosmium";
26-
version = "4.0.1";
26+
version = "4.0.2";
2727
pyproject = true;
2828

2929
disabled = pythonOlder "3.7" || isPyPy;
@@ -32,7 +32,7 @@ buildPythonPackage rec {
3232
owner = "osmcode";
3333
repo = "pyosmium";
3434
rev = "refs/tags/v${version}";
35-
hash = "sha256-qi4GsjQVe2nIcvQThAlxQu3kUdWhRuJFHVPjKbMBxdM=";
35+
hash = "sha256-pW2w/M4P4DtGhnTy72w0wjMtpLtSgvYGaemme/rRrwM=";
3636
};
3737

3838
build-system = [ setuptools ];

0 commit comments

Comments
 (0)