python312Packages.geoalchemy2: 0.15.2 -> 0.16.0

This commit is contained in:
R. Ryantm 2024-11-13 05:52:14 +00:00
parent 24dbf44d65
commit 3ed5279624

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "geoalchemy2";
version = "0.15.2";
version = "0.16.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "geoalchemy";
repo = "geoalchemy2";
rev = "refs/tags/${version}";
hash = "sha256-c5PvkQdfKajQha2nAtqYq7aHCgP/n41ekE04Rl2Pnr0=";
hash = "sha256-LjfCPSpKwcyjmGReTC4M58890ow3hbxlwl1f7iC9i6Y=";
};
build-system = [