quisk: 4.2.44 -> 4.2.46 (#450885)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-10-17 09:33:18 +00:00
committed by GitHub
+2 -2
View File
@@ -9,12 +9,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "quisk";
version = "4.2.44";
version = "4.2.46";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-OSGrLbCS255e/btagD7RCVpLpyIX1jveeJnzIwyegH4=";
hash = "sha256-Tp6ctOZLGYyRe3q5EU1dZjAZTCXTsHywFzE5jKF2Ssc=";
};
buildInputs = [