python3Packages.virtualenv: 21.2.4 -> 21.6.1

https://github.com/pypa/virtualenv/blob/21.6.1/docs/changelog.rst
This commit is contained in:
Martin Weinelt
2026-07-12 15:02:41 +02:00
parent 964db35491
commit 3799c8b976

View File

@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "virtualenv";
version = "21.2.4";
version = "21.6.1";
pyproject = true;
src = fetchFromGitHub {
owner = "pypa";
repo = "virtualenv";
tag = version;
hash = "sha256-3Ed2h5zzjpm+D1fQW2urWYcO/6sFGuZtueQxUnIu3MY=";
hash = "sha256-8LOmA1Mhfqbl3hsGZa8tQutjfjEVeDlpOKyVut5rDVI=";
};
build-system = [