Merge pull request #184485 from r-ryantm/auto-update/python3.10-GeoAlchemy2

python310Packages.geoalchemy2: 0.12.1 -> 0.12.3
This commit is contained in:
Fabian Affolter 2022-08-01 21:28:31 +02:00 committed by GitHub
commit dc654818e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "GeoAlchemy2";
version = "0.12.1";
version = "0.12.3";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-7566ebZ/9LxyCw4ZkUEIZvx9sBODewVaGyy2UYuZTYA=";
sha256 = "sha256-MSgMZF3EoPkMHSmdL1x9WrZ8eENTW0ULTCq4ifAB4EI=";
};
nativeBuildInputs = [