python3Packages.osqp: 1.0.4 -> 1.0.5

Diff: https://github.com/osqp/osqp-python/compare/v1.0.4...v1.0.5
This commit is contained in:
Gaetan Lepage
2025-10-16 11:15:47 +00:00
parent 44be8f3b32
commit 5ac1237a67
@@ -49,14 +49,14 @@ in
buildPythonPackage rec {
pname = "osqp";
version = "1.0.4";
version = "1.0.5";
pyproject = true;
src = fetchFromGitHub {
owner = "osqp";
repo = "osqp-python";
tag = "v${version}";
hash = "sha256-i39tphtGO//MS5sqwn6qx5ORR/A8moi0O8ltGGmkv2w=";
hash = "sha256-i05e0GUQm9DbmF4SDZntKIssrYxC755qG3rRZjYEsiw=";
};
patches = [