python313Packages.pip: 25.0.1 -> 25.1.1

https://pip.pypa.io/en/stable/news/#v25-1-1
This commit is contained in:
Martin Weinelt
2025-05-23 16:27:18 +02:00
parent e2daab564d
commit b23588a0e2
@@ -31,14 +31,14 @@
let
self = buildPythonPackage rec {
pname = "pip";
version = "25.0.1";
version = "25.1.1";
format = "pyproject";
src = fetchFromGitHub {
owner = "pypa";
repo = pname;
tag = version;
hash = "sha256-V069rAL6U5KBnSc09LRCu0M7qQCH5NbMghVttlmIoRY=";
hash = "sha256-SZlNiKjSIDqBY+OHLZRv1LuY6aO+eNL6bbYpmmb5pl8=";
};
postPatch = ''