Merge pull request #292432 from r-ryantm/auto-update/python312Packages.geoalchemy2

python312Packages.geoalchemy2: 0.14.4 -> 0.14.6
This commit is contained in:
Nick Cao 2024-02-29 18:15:57 -05:00 committed by GitHub
commit 685070907c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "geoalchemy2";
version = "0.14.4";
version = "0.14.6";
pyproject = true;
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "geoalchemy";
repo = "geoalchemy2";
rev = "refs/tags/${version}";
hash = "sha256-zMd/hHobFBPre0bZA1e2S9gPWnIkeImZhSySlIDxYsg=";
hash = "sha256-s3+w6LtewjR725O8ENl7jRer979fRZDqsnbAYJOWcIY=";
};
nativeBuildInputs = [