Skip to content

Commit

Permalink
python312Packages.pyosmium: 4.0.0 -> 4.0.1 (#346535)
Browse files Browse the repository at this point in the history
  • Loading branch information
sikmir authored Oct 5, 2024
2 parents 643b464 + 35829c9 commit 1982171
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pyosmium/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

buildPythonPackage rec {
pname = "pyosmium";
version = "4.0.0";
version = "4.0.1";
pyproject = true;

disabled = pythonOlder "3.7" || isPyPy;
Expand All @@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "osmcode";
repo = "pyosmium";
rev = "refs/tags/v${version}";
hash = "sha256-HYp1MzXSa0tx0hY0JyMf2bmEvm5YuS2R+o25TsO8J6I=";
hash = "sha256-qi4GsjQVe2nIcvQThAlxQu3kUdWhRuJFHVPjKbMBxdM=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 1982171

Please sign in to comment.