Skip to content

Commit 382bd9f

Browse files
committed
pretix.plugins.zugferd: 2.3.0 -> 2.4.0
pretix/pretix-zugferd@v2.3.0...v2.4.0
1 parent c8b6398 commit 382bd9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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 = ''

0 commit comments

Comments
 (0)