Skip to content

Commit e314430

Browse files
committed
pretix: pin geoip2 at 5.0.1
1 parent 3147482 commit e314430

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
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

0 commit comments

Comments
 (0)