python3Packages.virtualenv: 20.16.5 -> 20.17.1

This commit is contained in:
Luiz Irber 2022-12-29 11:28:52 -08:00 committed by Martin Weinelt
parent 7f5e062065
commit 66de0472ab

View File

@ -23,11 +23,12 @@
buildPythonPackage rec {
pname = "virtualenv";
version = "20.16.5";
version = "20.17.1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-In6huZlP3F6jGXe6M4PvKW10cuqFvp1nMuQqkcBOgNo=";
hash = "sha256-+LknaE78bxzCBsnbKXpXCrmtDlHBb6nkVIfTbRkFwFg=";
};
nativeBuildInputs = [