python312Packages.qdldl: 0.1.7.post3 -> 0.1.7.post4

This commit is contained in:
R. Ryantm
2024-07-16 19:15:58 +00:00
parent c82d9d313d
commit 08522864db

View File

@@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "qdldl";
version = "0.1.7.post3";
version = "0.1.7.post4";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-WbOqK6IkyvI3StJArXmmlbxHdjnGTjFkzvTyyZyHzx0=";
hash = "sha256-DBY7mvuSxLadRGOHsdQpUJRDiwQexOhRAnG2xP8fhv0=";
};
dontUseCmakeConfigure = true;