We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 50cff47 + df1e170 commit f3cced0Copy full SHA for f3cced0
pkgs/development/python-modules/pyosmium/default.nix
@@ -23,7 +23,7 @@
23
24
buildPythonPackage rec {
25
pname = "pyosmium";
26
- version = "4.0.1";
+ version = "4.0.2";
27
pyproject = true;
28
29
disabled = pythonOlder "3.7" || isPyPy;
@@ -32,7 +32,7 @@ buildPythonPackage rec {
32
owner = "osmcode";
33
repo = "pyosmium";
34
rev = "refs/tags/v${version}";
35
- hash = "sha256-qi4GsjQVe2nIcvQThAlxQu3kUdWhRuJFHVPjKbMBxdM=";
+ hash = "sha256-pW2w/M4P4DtGhnTy72w0wjMtpLtSgvYGaemme/rRrwM=";
36
};
37
38
build-system = [ setuptools ];
0 commit comments