python311Packages.osqp: 0.6.5 -> 0.6.7

This commit is contained in:
R. Ryantm
2024-05-24 08:23:01 +00:00
parent 6f1c0c2dfa
commit 6620d04fc4
@@ -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;