python311Packages.pip: 23.2.1 -> 23.3.1

https://pip.pypa.io/en/stable/news/#v23-3-1
This commit is contained in:
Martin Weinelt
2023-12-20 20:11:15 +01:00
parent da763cf189
commit bd5c09754f
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "pip";
version = "23.2.1";
version = "23.3.1";
format = "pyproject";
src = fetchFromGitHub {
owner = "pypa";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-mUlzfYmq1FE3X1/2o7sYJzMgwHRI4ib4EMhpg83VvrI=";
hash = "sha256-mJesZxFyZkGTR1s8/C88eWprW6WVGlwORXoKXc6NnoM=";
};
postPatch = ''