We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8b6398 commit 382bd9fCopy full SHA for 382bd9f
pkgs/by-name/pr/pretix/plugins/zugferd/package.nix
@@ -11,14 +11,14 @@
11
12
buildPythonPackage rec {
13
pname = "pretix-zugferd";
14
- version = "2.3.0";
+ version = "2.4.0";
15
pyproject = true;
16
17
src = fetchFromGitHub {
18
owner = "pretix";
19
repo = "pretix-zugferd";
20
rev = "v${version}";
21
- hash = "sha256-/efhp9B/cw/C3Bok8/E93dOrP9FHfaVZNSwC/j2lNuA=";
+ hash = "sha256-VtmlgxqV34e3Yu9uTYwJAZoZQ/TQoEJgjHcpqUsxxq8=";
22
};
23
24
postPatch = ''
0 commit comments