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 4229507 commit c8b6398Copy full SHA for c8b6398
pkgs/by-name/pr/pretix/plugins/passbook/package.nix
@@ -18,14 +18,14 @@
18
19
buildPythonPackage rec {
20
pname = "pretix-passbook";
21
- version = "1.13.2";
+ version = "1.13.3";
22
pyproject = true;
23
24
src = fetchFromGitHub {
25
owner = "pretix";
26
repo = "pretix-passbook";
27
rev = "v${version}";
28
- hash = "sha256-rdX93AFoLLsA44a9sSgcQrCJiOlhe3j5WTBO+MHZ/X8=";
+ hash = "sha256-xN37nM2AQVxFg+TOZ3cEvEV4F115U9m6YVX12al4SIw=";
29
};
30
31
patches = [
0 commit comments