nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.pygeocodio: 1.4.0 -> 2.0.1

https://github.com/bennylope/pygeocodio/blob/v2.0.1/HISTORY.rst

This commit was automatically generated using update-python-libraries.

+3 -3
+3 -3
pkgs/development/python-modules/pygeocodio/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "pygeocodio"; 14 - version = "1.4.0"; 14 + version = "2.0.1"; 15 15 pyproject = true; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "bennylope"; 19 19 repo = "pygeocodio"; 20 20 tag = "v${version}"; 21 - hash = "sha256-s6sY+iHuWv7+6ydxDWoN9eKiAXw0jeASWiMtz12TTHo="; 21 + hash = "sha256-4jT/PX+jvJx81eaSXTsb/vLNbv4dNNVgeYrE7QwGlL8="; 22 22 }; 23 23 24 24 build-system = [ ··· 43 43 meta = { 44 44 description = "Python wrapper for the Geocodio geolocation service API"; 45 45 downloadPage = "https://github.com/bennylope/pygeocodio/tree/master"; 46 - changelog = "https://github.com/bennylope/pygeocodio/blob/v${version}/HISTORY.rst"; 46 + changelog = "https://github.com/bennylope/pygeocodio/blob/${src.tag}/HISTORY.rst"; 47 47 homepage = "https://www.geocod.io/docs/#introduction"; 48 48 license = with lib.licenses; [ bsd3 ]; 49 49 maintainers = with lib.maintainers; [ ethancedwards8 ];