python312Packages.qdldl: 0.1.7.post3 -> 0.1.7.post4 (#327724)

This commit is contained in:
Nick Cao 2024-09-08 10:10:52 -04:00 committed by GitHub
commit 2f46ad5dd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;