nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python: virtualenv: 16.7.8 -> 16.7.9

+2 -2
+2 -2
pkgs/development/python-modules/virtualenv/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "virtualenv"; 9 - version = "16.7.8"; 9 + version = "16.7.9"; 10 10 11 11 src = fetchPypi { 12 12 inherit pname version; 13 - sha256 = "116655188441670978117d0ebb6451eb6a7526f9ae0796cc0dee6bd7356909b0"; 13 + sha256 = "0d62c70883c0342d59c11d0ddac0d954d0431321a41ab20851facf2b222598f3"; 14 14 }; 15 15 16 16 # Doubt this is needed - FRidh 2017-07-07