Unverified Commit d3e86096 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

quisk: 4.2.41 -> 4.2.42 (#398921)

parents afe3ff62 67c55cf6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,11 +9,11 @@

python3.pkgs.buildPythonApplication rec {
  pname = "quisk";
  version = "4.2.41";
  version = "4.2.42";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-du6VcKn5WvLnlUrW9tKWT7MlMIZ2bpkrsO4yHC8cM6Q=";
    hash = "sha256-Di5B0irH6G8XQtwXVDk4FXwLRo5Nh+cyt9zsG7+dMkc=";
  };

  buildInputs = [