Revert "python3Packages.osqp: 0.6.7.post3 -> 1.0.1"

This reverts commit e8ff8ef376.
The revert fixes the build.
Unfortunately it's not as easy as just dropping the postPatch.
This commit is contained in:
Vladimír Čunát
2025-04-12 17:40:39 +02:00
parent 8feef74f9b
commit 34e5ab6c28
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "osqp";
version = "1.0.1";
version = "0.6.7.post3";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-hCXSQGfZ8g7peRmWWVD25mEXhlQRTW+M4hQYzBI+sLM=";
hash = "sha256-sMXgpyHyHJckCXpP1QEIME0pZGjRJOFvNKxnBG9wIOE=";
};
postPatch = ''