quisk: 4.2.44 -> 4.2.46

This commit is contained in:
R. Ryantm
2025-10-17 06:04:49 +00:00
parent 5d1f6df5e1
commit 4f2b7e0b4a
+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 = [