Merge pull request #276751 from NickCao/geoalchemy2

python311Packages.geoalchemy2: 0.14.2 -> 0.14.3

authored by Nick Cao and committed by GitHub 81e50495 3903b95d

+2 -2
+2 -2
pkgs/development/python-modules/geoalchemy2/default.nix
··· 13 14 buildPythonPackage rec { 15 pname = "geoalchemy2"; 16 - version = "0.14.2"; 17 pyproject = true; 18 19 disabled = pythonOlder "3.7"; ··· 22 owner = "geoalchemy"; 23 repo = "geoalchemy2"; 24 rev = "refs/tags/${version}"; 25 - hash = "sha256-C/F1hpL2DnzC4UPAGGFntlQlULCx5Ufzkw7EIrzRV7I="; 26 }; 27 28 nativeBuildInputs = [
··· 13 14 buildPythonPackage rec { 15 pname = "geoalchemy2"; 16 + version = "0.14.3"; 17 pyproject = true; 18 19 disabled = pythonOlder "3.7"; ··· 22 owner = "geoalchemy"; 23 repo = "geoalchemy2"; 24 rev = "refs/tags/${version}"; 25 + hash = "sha256-L3/gLbiEF2VEqyhfVPnREMUPFbf9cD3tqGJ+AbThPkQ="; 26 }; 27 28 nativeBuildInputs = [