Unverified Commit a5f347c4 authored by Jeremy Fleischman's avatar Jeremy Fleischman
Browse files

kikit: 1.7.1 -> 1.7.2

parent cb51a6a9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ let
in
buildPythonApplication rec {
  pname = "kikit";
  version = "1.7.1";
  version = "1.7.2";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -35,7 +35,7 @@ buildPythonApplication rec {
    owner = "yaqwsx";
    repo = "KiKit";
    tag = "v${version}";
    hash = "sha256-GG0OXPoTy219QefQ7GwMen4u66lPob5DI8lU9sqwaRQ=";
    hash = "sha256-mwe/CajmQD5nDNYtQXRQm4vIJJiY7P5uFrvn8Ngjqc4=";
  };

  build-system = [