Skip to content

Commit c8b6398

Browse files
committed
pretix.plugins.passbook: 1.13.2 -> 1.13.3
pretix/pretix-passbook@v1.13.2...v1.13.3
1 parent 4229507 commit c8b6398

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

0 commit comments

Comments
 (0)