Skip to content

Commit 83b02d9

Browse files
authored
Revert "python313Packages.geoip2: 4.8.1 -> 5.0.1" (#385121)
2 parents e70e4b5 + e314430 commit 83b02d9

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

pkgs/by-name/pr/pretix/package.nix

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@ let
2525
};
2626
});
2727

28+
geoip2 = super.geoip2.overridePythonAttrs rec {
29+
version = "5.0.1";
30+
31+
src = fetchPypi {
32+
pname = "geoip2";
33+
inherit version;
34+
hash = "sha256-kK+LbTaH877yUfJwitAXsw1ifRFEwAQOq8TJAXqAfYY=";
35+
};
36+
};
37+
2838
stripe = super.stripe.overridePythonAttrs rec {
2939
version = "7.9.0";
3040

pkgs/development/python-modules/geoip2/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919

2020
buildPythonPackage rec {
2121
pname = "geoip2";
22-
version = "5.0.1";
22+
version = "4.8.1";
2323
pyproject = true;
2424

2525
disabled = pythonOlder "3.6";
2626

2727
src = fetchPypi {
2828
inherit pname version;
29-
hash = "sha256-kK+LbTaH877yUfJwitAXsw1ifRFEwAQOq8TJAXqAfYY=";
29+
hash = "sha256-muouq0s+YlL0dFZSiunDWxBMRSd2OcE/zhvofJL4Qlc=";
3030
};
3131

3232
build-system = [

0 commit comments

Comments
 (0)