quisk: 4.2.34 -> 4.2.35

This commit is contained in:
R. Ryantm 2024-06-30 07:22:32 +00:00
parent 65ed2124ae
commit a8720ee242

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 = [