Merge pull request #276751 from NickCao/geoalchemy2

python311Packages.geoalchemy2: 0.14.2 -> 0.14.3
This commit is contained in:
Nick Cao 2023-12-27 11:22:49 -05:00 committed by GitHub
commit 81e50495c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "geoalchemy2";
version = "0.14.2";
version = "0.14.3";
pyproject = true;
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "geoalchemy";
repo = "geoalchemy2";
rev = "refs/tags/${version}";
hash = "sha256-C/F1hpL2DnzC4UPAGGFntlQlULCx5Ufzkw7EIrzRV7I=";
hash = "sha256-L3/gLbiEF2VEqyhfVPnREMUPFbf9cD3tqGJ+AbThPkQ=";
};
nativeBuildInputs = [