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.
This commit is contained in:
Martin Weinelt
2025-08-09 19:02:31 +02:00
parent 16619ee9da
commit fa10fb264a
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pygeocodio";
version = "1.4.0";
version = "2.0.1";
pyproject = true;
src = fetchFromGitHub {
owner = "bennylope";
repo = "pygeocodio";
tag = "v${version}";
hash = "sha256-s6sY+iHuWv7+6ydxDWoN9eKiAXw0jeASWiMtz12TTHo=";
hash = "sha256-4jT/PX+jvJx81eaSXTsb/vLNbv4dNNVgeYrE7QwGlL8=";
};
build-system = [
@@ -43,7 +43,7 @@ buildPythonPackage rec {
meta = {
description = "Python wrapper for the Geocodio geolocation service API";
downloadPage = "https://github.com/bennylope/pygeocodio/tree/master";
changelog = "https://github.com/bennylope/pygeocodio/blob/v${version}/HISTORY.rst";
changelog = "https://github.com/bennylope/pygeocodio/blob/${src.tag}/HISTORY.rst";
homepage = "https://www.geocod.io/docs/#introduction";
license = with lib.licenses; [ bsd3 ];
maintainers = with lib.maintainers; [ ethancedwards8 ];