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

quisk: 4.2.46 -> 4.2.48 (#465771)

parents 7b94dce5 4be20b00
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,12 +9,12 @@

python3.pkgs.buildPythonApplication rec {
  pname = "quisk";
  version = "4.2.46";
  version = "4.2.48";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-Tp6ctOZLGYyRe3q5EU1dZjAZTCXTsHywFzE5jKF2Ssc=";
    hash = "sha256-5N8uogS/V5nwYhHsdsc81GgjS9NblLx3KpdoEaXtpJI=";
  };

  buildInputs = [