python3Packages.osqp: 1.1.1 -> 1.1.3

This commit is contained in:
R. Ryantm
2026-06-13 11:58:13 +00:00
committed by Gaetan Lepage
parent 961d458794
commit d33f0ee2d7
@@ -49,14 +49,15 @@ in
buildPythonPackage (finalAttrs: {
pname = "osqp";
version = "1.1.1";
version = "1.1.3";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "osqp";
repo = "osqp-python";
tag = "v${finalAttrs.version}";
hash = "sha256-v7Kyiu5L9/GvnJFx2e6G38hkQvFQeecZNy09NJRjuA0=";
hash = "sha256-xK7ljAwVwsmj84s5yxeU64nwT6N/Ec58aYjiUUOr4Ig=";
};
patches = [