Unverified Commit c22f55b7 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

pretix.plugins.servicefees: 1.14.1 -> 1.15.0

parent 0bdbb8d4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage rec {
  pname = "pretix-servicefees";
  version = "1.14.1";
  version = "1.15.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "pretix";
    repo = "pretix-servicefees";
    tag = "v${version}";
    hash = "sha256-iceFpmuWlq4LnZpG57d4Fwx9bXJDGwx+ox58s8oxupU=";
    hash = "sha256-oxuxlwNYJsuYj5zm2VYRMn8wz3vF92SzGxD8w3N7ZIM=";
  };

  build-system = [