python311Packages.geoalchemy2: 0.14.2 -> 0.14.3
Diff: https://github.com/geoalchemy/geoalchemy2/compare/refs/tags/0.14.2...0.14.3 Changelog: https://github.com/geoalchemy/geoalchemy2/releases/tag/0.14.3
This commit is contained in:
parent
f36a80e54d
commit
2d7dc2b4a9
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "geoalchemy2";
|
pname = "geoalchemy2";
|
||||||
version = "0.14.2";
|
version = "0.14.3";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
|||||||
owner = "geoalchemy";
|
owner = "geoalchemy";
|
||||||
repo = "geoalchemy2";
|
repo = "geoalchemy2";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-C/F1hpL2DnzC4UPAGGFntlQlULCx5Ufzkw7EIrzRV7I=";
|
hash = "sha256-L3/gLbiEF2VEqyhfVPnREMUPFbf9cD3tqGJ+AbThPkQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user