File tree Expand file tree Collapse file tree 4 files changed +54
-11
lines changed Expand file tree Collapse file tree 4 files changed +54
-11
lines changed Original file line number Diff line number Diff line change 5252 } ;
5353
5454 pname = "pretix" ;
55- version = "2025.2 .0" ;
55+ version = "2025.3 .0" ;
5656
5757 src = fetchFromGitHub {
5858 owner = "pretix" ;
5959 repo = "pretix" ;
6060 rev = "refs/tags/v${ version } " ;
61- hash = "sha256-ZVrdkIeVUAKb4617BCcfvs0HqFmctPb7zriDJplyUns =" ;
61+ hash = "sha256-D/j1RzKhRvdqMxcHg/NPZSoroN3etzh6/V38XV9W1cs =" ;
6262 } ;
6363
6464 npmDeps = buildNpmPackage {
6565 pname = "pretix-node-modules" ;
6666 inherit version src ;
6767
6868 sourceRoot = "${ src . name } /src/pretix/static/npm_dir" ;
69- npmDepsHash = "sha256-MOxOzaP6p6Q61ZuDVzbYJvMXpCQ1pzQx86Yl24yt4SQ =" ;
69+ npmDepsHash = "sha256-6qjG0p7pLtTd9CBVVzoeUPv6Vdr5se1wuI5qcKJH2Os =" ;
7070
7171 dontBuild = true ;
7272
@@ -99,6 +99,7 @@ python.pkgs.buildPythonApplication rec {
9999 "importlib-metadata"
100100 "kombu"
101101 "markdown"
102+ "phonenumberslite"
102103 "pillow"
103104 "protobuf"
104105 "pycryptodome"
Original file line number Diff line number Diff line change 88
99buildPythonPackage rec {
1010 pname = "pretix-mollie" ;
11- version = "2.3.0 " ;
11+ version = "2.3.1 " ;
1212 pyproject = true ;
1313
1414 src = fetchFromGitHub {
1515 owner = "pretix" ;
1616 repo = "pretix-mollie" ;
1717 tag = "v${ version } " ;
18- hash = "sha256-sI4uHMACCf9HmcJUxJlkGgT70ra/bRs6XorghX99iJo =" ;
18+ hash = "sha256-6VwS8yzueeZ7Yf8U98nljFlFPNVJt6ncd9Qr8nz/SWE =" ;
1919 } ;
2020
2121 build-system = [
Original file line number Diff line number Diff line change 1+ {
2+ lib ,
3+ buildPythonPackage ,
4+ fetchFromGitHub ,
5+ django ,
6+ pretix-plugin-build ,
7+ setuptools ,
8+ } :
9+
10+ buildPythonPackage rec {
11+ pname = "pretix-servicefees" ;
12+ version = "1.13.1" ;
13+ pyproject = true ;
14+
15+ src = fetchFromGitHub {
16+ owner = "pretix" ;
17+ repo = "pretix-servicefees" ;
18+ tag = "v${ version } " ;
19+ hash = "sha256-oZXJd7Pj9dPfSZ1FqTxT6FlNA8cJDWIPPLS8nN+l7ZM=" ;
20+ } ;
21+
22+ build-system = [
23+ django
24+ pretix-plugin-build
25+ setuptools
26+ ] ;
27+
28+ postBuild = ''
29+ make
30+ '' ;
31+
32+ doCheck = false ; # no tests
33+
34+ pythonImportsCheck = [ "pretix_servicefees" ] ;
35+
36+ meta = with lib ; {
37+ description = "Allows to charge a flat fee on all orders" ;
38+ homepage = "https://github.com/pretix/pretix-servicefees" ;
39+ license = licenses . asl20 ;
40+ maintainers = with maintainers ; [ hexa ] ;
41+ } ;
42+ }
Original file line number Diff line number Diff line change 77} :
88
99buildPythonPackage {
10- pname = "pretix-avgchart " ;
11- version = "unstable-2023-11-27 " ;
10+ pname = "pretix-stretchgoals " ;
11+ version = "1.0.1 " ;
1212 pyproject = true ;
1313
1414 src = fetchFromGitHub {
1515 owner = "rixx" ;
16- repo = "pretix-avgchart " ;
17- rev = "219816c7ec523a5c23778523b2616ac0c835cb3a " ;
18- hash = "sha256-1V/0PUvStgQeBQ0v6GoofAgyPmWs3RD+v5ekmAO9vFU =" ;
16+ repo = "pretix-stretchgoals " ;
17+ rev = "177238920a863f71cf03f174e2841f5b630574e9 " ;
18+ hash = "sha256-Sbbxg6viRdALjZwqEmN2Js/qbMShe5xMg00jUccnhsA =" ;
1919 } ;
2020
2121 build-system = [
@@ -31,7 +31,7 @@ buildPythonPackage {
3131
3232 meta = with lib ; {
3333 description = "Display the average ticket sales price over time" ;
34- homepage = "https://github.com/rixx/pretix-avgchart " ;
34+ homepage = "https://github.com/rixx/pretix-stretchgoals " ;
3535 license = licenses . asl20 ;
3636 maintainers = with maintainers ; [ hexa ] ;
3737 } ;
You can’t perform that action at this time.
0 commit comments