python313Packages.virtualenv: 20.30.0 -> 20.31.2

https://github.com/pypa/virtualenv/blob/20.31.2/docs/changelog.rst
This commit is contained in:
Martin Weinelt
2025-05-23 08:37:10 -07:00
committed by Robert Schütz
parent 6f6c859859
commit 5a8f3f7376
@@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "virtualenv";
version = "20.30.0";
version = "20.31.2";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-gAhjFivKpUUKbk1yEElzDn8trgdyDgkCsOQEC9b5rag=";
hash = "sha256-4QwKnQKDXlklIb5IszK2yu5oh/MywRGqeaCbnnnvwq8=";
};
nativeBuildInputs = [