python3Packages.piqp: 0.4.2 -> 0.6.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:02:19 +02:00
parent 7f99ca4b30
commit db4561844a
@@ -20,7 +20,7 @@
}:
buildPythonPackage rec {
pname = "piqp";
version = "0.4.2";
version = "0.6.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "PREDICT-EPFL";
repo = "piqp";
tag = "v${version}";
hash = "sha256-/lADjg4NyDdV9yeYBW2gbPydY8TfV247B/dI/ViRVlI=";
hash = "sha256-hVUeDV2GrBAOIgaWhg+RV+8CFRIm8Kv6/wCs5bXs2aY=";
};
postPatch =