python313Packages.virtualenv: 20.29.2 -> 20.29.3
https://github.com/pypa/virtualenv/blob/20.29.3/docs/changelog.rst
This commit is contained in:
@@ -21,14 +21,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "virtualenv";
|
||||
version = "20.29.2";
|
||||
version = "20.29.3";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-/aq+v20DtbqDrgoCz+lvSKcW9PrlVkYdGAglhm91tyg=";
|
||||
hash = "sha256-leOUA/zzlArEW8cXWX26FhELdFBhMYRdm2h9XnPZR6w=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user