python311Packages.pip: 23.3.1 -> 24.0
https://pip.pypa.io/en/stable/news/#v24-0
This commit is contained in:
parent
15b60d2b02
commit
7005420d72
@ -19,14 +19,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pip";
|
||||
version = "23.3.1";
|
||||
version = "24.0";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pypa";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-mJesZxFyZkGTR1s8/C88eWprW6WVGlwORXoKXc6NnoM=";
|
||||
hash = "sha256-yojk2T5wuPkS1OKusilj253AT+xyKwXCWKBNUEH2Mgo=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user