python3Packages.virtualenv: 20.24.5 -> 20.25.0

https://github.com/pypa/virtualenv/blob/20.25.0/docs/changelog.rst
This commit is contained in:
Martin Weinelt 2023-12-03 00:03:23 +01:00
parent 0749d32731
commit bcb50af710
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "virtualenv";
version = "20.24.5";
version = "20.25.0";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-6DYZZ/bab73xQmSDv+n8qCh8JCrAvDBCmQVyHO+/91I=";
hash = "sha256-v1HA2cfdY+qORAhvoeT7EJOjHpY7hpWSVzeK7wIOHxs=";
};
nativeBuildInputs = [