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 13 14 14 buildPythonPackage rec { 15 15 pname = "geoalchemy2"; 16 - version = "0.14.2"; 16 + version = "0.14.3"; 17 17 pyproject = true; 18 18 19 19 disabled = pythonOlder "3.7"; ··· 22 22 owner = "geoalchemy"; 23 23 repo = "geoalchemy2"; 24 24 rev = "refs/tags/${version}"; 25 - hash = "sha256-C/F1hpL2DnzC4UPAGGFntlQlULCx5Ufzkw7EIrzRV7I="; 25 + hash = "sha256-L3/gLbiEF2VEqyhfVPnREMUPFbf9cD3tqGJ+AbThPkQ="; 26 26 }; 27 27 28 28 nativeBuildInputs = [