Unverified Commit a6f42b82 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

zapzap: 6.0.1.8 -> 6.1 (#419396)

parents f0c99240 d24bba62
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

python3Packages.buildPythonApplication rec {
  pname = "zapzap";
  version = "6.0.1.8";
  version = "6.1";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "rafatosta";
    repo = "zapzap";
    tag = version;
    hash = "sha256-JsBKss/E3YQ85YqDdw4slN7uMssZ4l5HgbXSZW1AIZM=";
    hash = "sha256-g3J9oVIRiar0QoksRjJZsbvSKiFBILaUdSUscNs1VXE=";
  };

  nativeBuildInputs = with python3Packages; [