Revert "python3Packages.virtualenv: 20.2.1 -> 20.3.1"

This reverts commit 86235815b3e0b1be6964fe7487ee169ebd917fd5.
This commit is contained in:
Jonathan Ringer 2021-01-19 11:11:11 -08:00
parent 135a14fa45
commit c98d6ce51f
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -17,11 +17,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "virtualenv"; pname = "virtualenv";
version = "20.3.1"; version = "20.2.1";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-DBEaIjaxkUIrN/6MKLjIKM7TmqtL9WJ/pcMxrv+1cNk="; sha256 = "e0aac7525e880a429764cefd3aaaff54afb5d9f25c82627563603f5d7de5a6e5";
}; };
nativeBuildInputs = [ nativeBuildInputs = [