Merge pull request #211519 from r-ryantm/auto-update/python310Packages.qdldl

python310Packages.qdldl: 0.1.5.post2 -> 0.1.5.post3
This commit is contained in:
Weijia Wang 2023-02-26 01:46:03 +02:00 committed by GitHub
commit 1517db7368
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,11 +10,11 @@
buildPythonPackage rec {
pname = "qdldl";
version = "0.1.5.post2";
version = "0.1.5.post3";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-fa960b//HacdoG6C1RR72xrIZlgWF9jwbMTu2kjioUk=";
sha256 = "sha256-acCS9uH8I/t3moCmLm/N/i66BcklhgJIxNZ1T0c2k48=";
};
dontUseCmakeConfigure = true;