0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python3Packages.virtualenv: 20.25.3 -> 20.26.2

https://github.com/pypa/virtualenv/blob/20.26.2/docs/changelog.rst
This commit is contained in:
Martin Weinelt 2024-06-19 05:07:37 +02:00
parent 4632fa6ed1
commit 7254333ec8

View file

@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "virtualenv";
version = "20.25.3";
version = "20.26.2";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-e7VUu9/qrMM0n6YU6lv/asMA/HwzXp+s86O8/HA/Rb4=";
hash = "sha256-gr8PTuu7eNNt2u4Cg9Q/5XNrU4gLiozc03OQoHrDdBw=";
};
nativeBuildInputs = [