Merge pull request #323541 from r-ryantm/auto-update/quisk

quisk: 4.2.34 -> 4.2.35
This commit is contained in:
Marcus Ramberg 2024-06-30 16:33:03 +02:00 committed by GitHub
commit b178ec7776
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,11 +8,11 @@
python3.pkgs.buildPythonApplication rec {
pname = "quisk";
version = "4.2.34";
version = "4.2.35";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-PwBQmL6CnDp55eLhXr3vpJXf4DcKAwzFSCnzxt5Nob4=";
sha256 = "sha256-2QCFUV7FpNiqGPHLXAMHJcnCn9FOk1mx12P9ZDtvVvg=";
};
buildInputs = [