Skip to content

Commit

Permalink
quisk: 4.2.39 -> 4.2.40
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 9, 2024
1 parent 962bd73 commit f868235
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/qu/quisk/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

python3.pkgs.buildPythonApplication rec {
pname = "quisk";
version = "4.2.39";
version = "4.2.40";

src = fetchPypi {
inherit pname version;
hash = "sha256-LE7VPKzpDycUNHpdmO43GqlHnF/gwr6H7LWq8DpcXdk=";
hash = "sha256-0m6KtwXOH9ym9ZLhbHKmJvusy1GbTDN21DHykmOvG44=";
};

buildInputs = [
Expand Down

0 comments on commit f868235

Please sign in to comment.