python3Packages.pip: 21.1.3 -> 21.3.1

This commit is contained in:
Jonathan Ringer 2021-12-07 22:50:33 -08:00
parent 207295e6c2
commit 1267e41716
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pip";
version = "21.1.3";
version = "21.3.1";
format = "other";
src = fetchFromGitHub {
owner = "pypa";
repo = pname;
rev = version;
sha256 = "sha256-zfMz9p4I6Kmw849xuvnmGWHmWtajDntFW1jjDilKkgk=";
sha256 = "sha256-A8oePI5VOKGJTY6ZuUhcOhRkz2I2FSdfsS2xIgktCVQ=";
name = "${pname}-${version}-source";
};