pythonPackages.geoalchemy2: 0.3.0.dev1 -> 0.3.0
This commit is contained in:
parent
4a91da6321
commit
771a0aae49
@ -20241,11 +20241,11 @@ in modules // {
|
||||
|
||||
geoalchemy2 = buildPythonPackage rec {
|
||||
name = "GeoAlchemy2-${version}";
|
||||
version = "0.3.0.dev1";
|
||||
version = "0.3.0";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/G/GeoAlchemy2/${name}.tar.gz";
|
||||
sha256 = "1j95p860ikpcpcirs5791yjpy8rf18zsz7vvsdy6v3x32hkim0k6";
|
||||
sha256 = "0p2h1kgl5b0jz8wadx485vjh1mmm5s67p71yxh9lhp1441hkfswf";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self ; [ sqlalchemy shapely ];
|
||||
|
Loading…
Reference in New Issue
Block a user