lol

python312Packages.geoalchemy2: 0.17.0 -> 0.17.1

+3 -3
+3 -3
pkgs/development/python-modules/geoalchemy2/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "geoalchemy2"; 17 - version = "0.17.0"; 17 + version = "0.17.1"; 18 18 pyproject = true; 19 19 20 20 disabled = pythonOlder "3.7"; ··· 23 23 owner = "geoalchemy"; 24 24 repo = "geoalchemy2"; 25 25 tag = version; 26 - hash = "sha256-MxoX5WGJATIvzfeuHFqYGlnaxPNzvqD/v82Zm4Iav1g="; 26 + hash = "sha256-ze0AWwlmBsMUhbmaCNUeEwhFcLxRDeal0IDO421++ck="; 27 27 }; 28 28 29 29 build-system = [ ··· 66 66 meta = with lib; { 67 67 description = "Toolkit for working with spatial databases"; 68 68 homepage = "https://geoalchemy-2.readthedocs.io/"; 69 - changelog = "https://github.com/geoalchemy/geoalchemy2/releases/tag/${version}"; 69 + changelog = "https://github.com/geoalchemy/geoalchemy2/releases/tag/${src.tag}"; 70 70 license = licenses.mit; 71 71 maintainers = with maintainers; [ nickcao ]; 72 72 };