quisk: 4.2.46 -> 4.2.48

This commit is contained in:
R. Ryantm
2025-11-27 23:03:06 +00:00
parent bc0da6f230
commit 4be20b00c4
+2 -2
View File
@@ -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 = [