3
0
Fork 0
forked from mirrors/nixpkgs

python38Packages.geoalchemy2: 0.9.0 -> 0.9.3

This commit is contained in:
R. RyanTM 2021-08-18 10:58:17 +00:00 committed by Jonathan Ringer
parent 5e888a4e57
commit 994157221a

View file

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "GeoAlchemy2";
version = "0.9.0";
version = "0.9.3";
src = fetchPypi {
inherit pname version;
sha256 = "c32023bc2fb8fbb136f00a0e9c2feba21f3e1040af0f619c888661f6ee72dd28";
sha256 = "56f969cf4ad6629ebcde73e807f7dac0a9375c79991b4f93efab191f37737a00";
};
nativeBuildInputs = [ setuptools-scm ];