Skip to content

Commit fea63d4

Browse files
authored
pretix: 2025.1.0 -> 2025.2.0 (#385104)
2 parents ef0003c + 382bd9f commit fea63d4

File tree

6 files changed

+15
-13
lines changed

6 files changed

+15
-13
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,21 @@ let
4242
};
4343

4444
pname = "pretix";
45-
version = "2025.1.0";
45+
version = "2025.2.0";
4646

4747
src = fetchFromGitHub {
4848
owner = "pretix";
4949
repo = "pretix";
5050
rev = "refs/tags/v${version}";
51-
hash = "sha256-azJFXuoV+9qs5MJQTkc1+ZiJb6UKwEa0Ow0p31CkHqI=";
51+
hash = "sha256-ZVrdkIeVUAKb4617BCcfvs0HqFmctPb7zriDJplyUns=";
5252
};
5353

5454
npmDeps = buildNpmPackage {
5555
pname = "pretix-node-modules";
5656
inherit version src;
5757

5858
sourceRoot = "${src.name}/src/pretix/static/npm_dir";
59-
npmDepsHash = "sha256-oo9fo3MjwKYA8gueJ5otIPawORaVNj/Js3y8ZuCZ4qQ=";
59+
npmDepsHash = "sha256-MOxOzaP6p6Q61ZuDVzbYJvMXpCQ1pzQx86Yl24yt4SQ=";
6060

6161
dontBuild = true;
6262

@@ -81,6 +81,7 @@ python.pkgs.buildPythonApplication rec {
8181
];
8282

8383
pythonRelaxDeps = [
84+
"beautifulsoup4"
8485
"django-phonenumber-field"
8586
"dnspython"
8687
"drf_ujson2"
@@ -94,6 +95,7 @@ python.pkgs.buildPythonApplication rec {
9495
"python-bidi"
9596
"qrcode"
9697
"redis"
98+
"reportlab"
9799
"requests"
98100
"sentry-sdk"
99101
"ua-parser"

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

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

99
buildPythonPackage rec {
1010
pname = "pretix-mollie";
11-
version = "2.2.2";
11+
version = "2.3.0";
1212
pyproject = true;
1313

1414
src = fetchFromGitHub {
1515
owner = "pretix";
1616
repo = "pretix-mollie";
1717
tag = "v${version}";
18-
hash = "sha256-yc4t+XtHk7u3KcfeS+0CSTrBJ6e6SyLRpaQBHAKYVvo=";
18+
hash = "sha256-sI4uHMACCf9HmcJUxJlkGgT70ra/bRs6XorghX99iJo=";
1919
};
2020

2121
build-system = [

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

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

1919
buildPythonPackage rec {
2020
pname = "pretix-passbook";
21-
version = "1.13.2";
21+
version = "1.13.3";
2222
pyproject = true;
2323

2424
src = fetchFromGitHub {
2525
owner = "pretix";
2626
repo = "pretix-passbook";
2727
rev = "v${version}";
28-
hash = "sha256-rdX93AFoLLsA44a9sSgcQrCJiOlhe3j5WTBO+MHZ/X8=";
28+
hash = "sha256-xN37nM2AQVxFg+TOZ3cEvEV4F115U9m6YVX12al4SIw=";
2929
};
3030

3131
patches = [

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

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

1212
buildPythonPackage rec {
1313
pname = "pretix-zugferd";
14-
version = "2.3.0";
14+
version = "2.4.0";
1515
pyproject = true;
1616

1717
src = fetchFromGitHub {
1818
owner = "pretix";
1919
repo = "pretix-zugferd";
2020
rev = "v${version}";
21-
hash = "sha256-/efhp9B/cw/C3Bok8/E93dOrP9FHfaVZNSwC/j2lNuA=";
21+
hash = "sha256-VtmlgxqV34e3Yu9uTYwJAZoZQ/TQoEJgjHcpqUsxxq8=";
2222
};
2323

2424
postPatch = ''

pkgs/development/python-modules/django-filter/default.nix

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

1313
buildPythonPackage rec {
1414
pname = "django-filter";
15-
version = "24.3";
15+
version = "25.1";
1616
pyproject = true;
1717

1818
src = fetchFromGitHub {
1919
owner = "carltongibson";
2020
repo = "django-filter";
2121
tag = version;
22-
hash = "sha256-4q/x9FO9ErKnGeJDEXDMcvUKA4nlA7nkwwM2xj3WGWs=";
22+
hash = "sha256-ODbBlaJo6sgXkFxLNhqwGTXSHs2d6R6wGKyDz5qA7bs=";
2323
};
2424

2525
build-system = [ flit-core ];

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 = "4.8.1";
22+
version = "5.0.1";
2323
pyproject = true;
2424

2525
disabled = pythonOlder "3.6";
2626

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

3232
build-system = [

0 commit comments

Comments
 (0)