python313Packages.geoip2: 4.8.1 -> 5.0.1

https://github.com/maxmind/GeoIP2-python/blob/v5.0.1/HISTORY.rst
This commit is contained in:
Martin Weinelt
2025-02-25 22:19:53 +01:00
parent 3148a0cf62
commit 273183f0f8
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "geoip2";
version = "4.8.1";
version = "5.0.1";
pyproject = true;
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-muouq0s+YlL0dFZSiunDWxBMRSd2OcE/zhvofJL4Qlc=";
hash = "sha256-kK+LbTaH877yUfJwitAXsw1ifRFEwAQOq8TJAXqAfYY=";
};
build-system = [