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
This commit is contained in:
Martin Weinelt
2025-05-23 08:37:34 -07:00
committed by Robert Schütz
parent 9752b9a9a4
commit 1627f0a62d
@@ -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 = ''