Unverified Commit bb2b2403 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

gixy: 0.1.20 -> 0.1.21 (#437409)

parents 690a8a2e fd2b94e5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ let
in
python.pkgs.buildPythonApplication rec {
  pname = "gixy";
  version = "0.1.20";
  version = "0.1.21";
  pyproject = true;

  # fetching from GitHub because the PyPi source is missing the tests
@@ -33,7 +33,7 @@ python.pkgs.buildPythonApplication rec {
    owner = "yandex";
    repo = "gixy";
    rev = "v${version}";
    sha256 = "14arz3fjidb8z37m08xcpih1391varj8s0v3gri79z3qb4zq5k6b";
    sha256 = "sha256-Ak2UTP0gDKoac/rR2h1XCUKld1b41O466ogZNQ1yQN0=";
  };

  patches = [