python3Packages.geoip2: 5.2.0 -> 5.3.0

https://github.com/maxmind/GeoIP2-python/blob/v5.3.0/HISTORY.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Fabian Affolter
2026-08-25 01:24:24 +02:00
parent 54c7fef77a
commit f4781e37ac

View File

@@ -16,12 +16,12 @@
buildPythonPackage rec {
pname = "geoip2";
version = "5.2.0";
version = "5.3.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-bJ3tGVP46xYEPtCo6iDm6VJOp7Zet0VyThJJCspE7wA=";
hash = "sha256-Zt9lPhbFNfm7RePHzpkvvgCJEdnHw0lUBXTqL+iTHbU=";
};
postPatch = ''