quisk: 4.2.48 -> 4.2.50 (#473761)

This commit is contained in:
nixpkgs-ci[bot]
2025-12-30 09:02:25 +00:00
committed by GitHub
+2 -2
View File
@@ -9,12 +9,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "quisk";
version = "4.2.48";
version = "4.2.50";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-5N8uogS/V5nwYhHsdsc81GgjS9NblLx3KpdoEaXtpJI=";
hash = "sha256-HFZhVJxDUeFDFboWYGiuJYG8fb+xeWBKKi/6uBiDp84=";
};
buildInputs = [