lol

Merge pull request #135159 from r-ryantm/auto-update/python3.8-envisage

python38Packages.envisage: 5.0.0 -> 6.0.1

authored by

Ryan Mulligan and committed by
GitHub
f28c6275 3a970968

+2 -2
+2 -2
pkgs/development/python-modules/envisage/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "envisage"; 9 - version = "5.0.0"; 9 + version = "6.0.1"; 10 10 11 11 disabled = isPy27; 12 12 13 13 src = fetchPypi { 14 14 inherit pname version; 15 - sha256 = "0zrxlq4v3091727vf10ngc8418sp26raxa8q83i4h0sydfkh2dic"; 15 + sha256 = "8864c29aa344f7ac26eeb94788798f2d0cc791dcf95c632da8d79ebc580e114c"; 16 16 }; 17 17 18 18 propagatedBuildInputs = [ traits apptools setuptools ];