From c03ebf6c31396f8579303b0a36c4403955303bec Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 15 Aug 2025 20:31:31 +0000 Subject: [PATCH] python3Packages.cyipopt: 1.5.0 -> 1.6.1 --- pkgs/development/python-modules/cyipopt/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/cyipopt/default.nix b/pkgs/development/python-modules/cyipopt/default.nix index da1c8b8f88a0..80035f189809 100644 --- a/pkgs/development/python-modules/cyipopt/default.nix +++ b/pkgs/development/python-modules/cyipopt/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "cyipopt"; - version = "1.5.0"; + version = "1.6.1"; pyproject = true; src = fetchFromGitHub { owner = "mechmotum"; repo = "cyipopt"; tag = "v${version}"; - hash = "sha256-ddiSCVzywlCeeVbRJg2wxKIlAVlZw9Js95IbEDqhh5Q="; + hash = "sha256-feGGAwhNw+xZrSsag2W5nruQWAC6NP9k4F0X9EjaRTg="; }; nativeBuildInputs = [ pkg-config ]; @@ -41,7 +41,7 @@ buildPythonPackage rec { meta = { description = "Cython interface for the interior point optimzer IPOPT"; homepage = "https://github.com/mechmotum/cyipopt"; - changelog = "https://github.com/mechmotum/cyipopt/blob/${src.rev}/CHANGELOG.rst"; + changelog = "https://github.com/mechmotum/cyipopt/blob/${src.tag}/CHANGELOG.rst"; license = lib.licenses.epl20; maintainers = with lib.maintainers; [ nim65s ]; };