Skip to content

Commit

Permalink
python312Packages.geoalchemy2: 0.16.0 -> 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 10, 2025
1 parent 3f14b85 commit cd38b4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/geoalchemy2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

buildPythonPackage rec {
pname = "geoalchemy2";
version = "0.16.0";
version = "0.17.0";
pyproject = true;

disabled = pythonOlder "3.7";
Expand All @@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "geoalchemy";
repo = "geoalchemy2";
tag = version;
hash = "sha256-LjfCPSpKwcyjmGReTC4M58890ow3hbxlwl1f7iC9i6Y=";
hash = "sha256-MxoX5WGJATIvzfeuHFqYGlnaxPNzvqD/v82Zm4Iav1g=";
};

build-system = [
Expand Down

0 comments on commit cd38b4b

Please sign in to comment.