quisk: 4.2.41 -> 4.2.42 (#398921)

Co-authored-by: kashw2 <kashw2@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-04-16 02:31:46 +00:00
committed by GitHub
co-authored by kashw2
+2 -2
View File
@@ -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 = [