From 1627f0a62d0a346c0f64171dcbc7aa2a3e931d4c Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Mon, 19 May 2025 16:17:24 +0200 Subject: [PATCH] Revert "python313Packages.pip: 25.0.1 -> 25.1.1" This reverts commit 102b8dbd2f76cca2fd16b5d741cbeb4286ebdbdd. Changes to the resolver in pip 25.1.0 break for example pip-tools tests. https://github.com/jazzband/pip-tools/issues/2177 https://github.com/pypa/pip/issues/13281 --- pkgs/development/python-modules/pip/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pip/default.nix b/pkgs/development/python-modules/pip/default.nix index f3544d7235d9..fb3cce10c235 100644 --- a/pkgs/development/python-modules/pip/default.nix +++ b/pkgs/development/python-modules/pip/default.nix @@ -31,14 +31,14 @@ let self = buildPythonPackage rec { pname = "pip"; - version = "25.1.1"; + version = "25.0.1"; format = "pyproject"; src = fetchFromGitHub { owner = "pypa"; repo = pname; tag = version; - hash = "sha256-SZlNiKjSIDqBY+OHLZRv1LuY6aO+eNL6bbYpmmb5pl8="; + hash = "sha256-V069rAL6U5KBnSc09LRCu0M7qQCH5NbMghVttlmIoRY="; }; postPatch = ''