python3Packages.pip: 21.3.1 -> 22.0.3
This commit is contained in:
parent
dc0ec4b524
commit
5ecb4b7874
1 changed files with 2 additions and 2 deletions
|
@ -14,14 +14,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "pip";
|
||||
version = "21.3.1";
|
||||
version = "22.0.3";
|
||||
format = "other";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pypa";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "sha256-A8oePI5VOKGJTY6ZuUhcOhRkz2I2FSdfsS2xIgktCVQ=";
|
||||
sha256 = "sha256-Wu2QQfb0pehPLLa+za32C4jH1arkBKKc3jlAMRkDV5Q=";
|
||||
name = "${pname}-${version}-source";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue