Merge pull request #309286 from r-ryantm/auto-update/python311Packages.geoalchemy2

python311Packages.geoalchemy2: 0.15.0 -> 0.15.1
This commit is contained in:
Nick Cao 2024-05-06 10:30:15 -04:00 committed by GitHub
commit 7e96a7c4e5
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.15.0";
version = "0.15.1";
pyproject = true;
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "geoalchemy";
repo = "geoalchemy2";
rev = "refs/tags/${version}";
hash = "sha256-cQixNLtjHPQrnNcxg0MrIdzvun2f1BqKY/2SxfcM2Nc=";
hash = "sha256-EMsaB6VDDDvXg9LKa9ms0+AfzX1rG+yeR898EK59DDs=";
};
build-system = [