python3Packages.virtualenv: 20.29.3 -> 20.30.0

https://github.com/pypa/virtualenv/blob/20.30.0/docs/changelog.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-04-03 23:13:14 +02:00
parent 4b7e1e4c75
commit 9c67e4680e
@@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "virtualenv";
version = "20.29.3";
version = "20.30.0";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-leOUA/zzlArEW8cXWX26FhELdFBhMYRdm2h9XnPZR6w=";
hash = "sha256-gAhjFivKpUUKbk1yEElzDn8trgdyDgkCsOQEC9b5rag=";
};
nativeBuildInputs = [