Merge pull request #314236 from r-ryantm/auto-update/python311Packages.osqp

python311Packages.osqp: 0.6.5 -> 0.6.7
This commit is contained in:
OTABI Tomoya 2024-05-26 11:06:13 +09:00 committed by GitHub
commit 7e128e8eb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "osqp";
version = "0.6.5";
version = "0.6.7";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-soEK7nviNzrdi2wL5a2ZuBAoh3SrykIXUcsDLWpa7e8=";
hash = "sha256-O3ARmFV6SZxg67U9fyUBkGSFXHMvTz+84gVdeJ5Tph0=";
};
dontUseCmakeConfigure = true;