From 3788060587e3cb2db48432fa1712789968d0a2d7 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Thu, 12 Feb 2026 06:51:42 +0000 Subject: [PATCH 1/2] python3Packages.osqp: 1.1.0 -> 1.1.1 Diff: https://github.com/osqp/osqp-python/compare/v1.1.0...v1.1.1 Changelog: https://github.com/osqp/osqp-python/releases/tag/v1.1.1 --- pkgs/development/python-modules/osqp/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/osqp/default.nix b/pkgs/development/python-modules/osqp/default.nix index 59cfb56cf196..ecfc519cdd9d 100644 --- a/pkgs/development/python-modules/osqp/default.nix +++ b/pkgs/development/python-modules/osqp/default.nix @@ -49,14 +49,14 @@ in buildPythonPackage (finalAttrs: { pname = "osqp"; - version = "1.1.0"; + version = "1.1.1"; pyproject = true; src = fetchFromGitHub { owner = "osqp"; repo = "osqp-python"; tag = "v${finalAttrs.version}"; - hash = "sha256-xdxQaL794rHQmdC0cua1C/IT1qQSzzhTEf7dLrjOV9o="; + hash = "sha256-v7Kyiu5L9/GvnJFx2e6G38hkQvFQeecZNy09NJRjuA0="; }; patches = [ From 0aeb9f4c12ee732599fa976e5d1b612fc5068c1e Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Thu, 12 Feb 2026 06:52:54 +0000 Subject: [PATCH 2/2] python3Packages.osqp: add GaetanLepage to maintainers --- pkgs/development/python-modules/osqp/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/osqp/default.nix b/pkgs/development/python-modules/osqp/default.nix index ecfc519cdd9d..b5852c250ed5 100644 --- a/pkgs/development/python-modules/osqp/default.nix +++ b/pkgs/development/python-modules/osqp/default.nix @@ -109,6 +109,8 @@ buildPythonPackage (finalAttrs: { downloadPage = "https://github.com/oxfordcontrol/osqp-python/releases"; changelog = "https://github.com/osqp/osqp-python/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.asl20; - maintainers = [ ]; + maintainers = with lib.maintainers; [ + GaetanLepage + ]; }; })