Revert "python313Packages.geoip2: 4.8.1 -> 5.0.1"

This reverts commit 273183f0f8.

Causes too many commits for master.
This commit is contained in:
Martin Weinelt
2025-02-26 00:32:37 +01:00
parent 72296a5f6e
commit 31474826bf
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "geoip2";
version = "5.0.1";
version = "4.8.1";
pyproject = true;
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-kK+LbTaH877yUfJwitAXsw1ifRFEwAQOq8TJAXqAfYY=";
hash = "sha256-muouq0s+YlL0dFZSiunDWxBMRSd2OcE/zhvofJL4Qlc=";
};
build-system = [