Unverified Commit 45ac6145 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

quisk: 4.2.37 -> 4.2.38 (#339926)

parents 20871b40 bd1dbddb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,11 +8,11 @@

python3.pkgs.buildPythonApplication rec {
  pname = "quisk";
  version = "4.2.37";
  version = "4.2.38";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-S25pqHZUZp9yucVaYAQv7Pa/N1gKU4Sc9nPS7/AplqY=";
    hash = "sha256-IF7I+NgnqwU6c5R4caZslt7DJneI3fYk4KXl10dIsEw=";
  };

  buildInputs = [