Merge pull request #302406 from r-ryantm/auto-update/python311Packages.qdldl

python311Packages.qdldl: 0.1.7.post0 -> 0.1.7.post1
This commit is contained in:
Weijia Wang 2024-04-14 21:33:41 +02:00 committed by GitHub
commit 5d0b251de2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "qdldl";
version = "0.1.7.post0";
version = "0.1.7.post1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-80ahFMg0LubU29ZHHu8xQZn7Jo0797lYhco1H94rAj8=";
hash = "sha256-eY2IwW4CU2rmXHHwa2Tj+/MbdNfke8EP+YFnaGMrOmQ=";
};
dontUseCmakeConfigure = true;