lol
0
fork

Configure Feed

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

python3Packages.iterm2: 2.9 -> 2.10

This commit was automatically generated using update-python-libraries.

+2 -2
+2 -2
pkgs/development/python-modules/iterm2/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "iterm2"; 11 - version = "2.9"; 11 + version = "2.10"; 12 12 format = "setuptools"; 13 13 14 14 src = fetchPypi { 15 15 inherit pname version; 16 - hash = "sha256-FoR17UloBtFg3pRurquHCzGaySehUPhVtmQmNkhWTz4="; 16 + hash = "sha256-jAz5X/yp8b90CYg2GN7uZqzXPGOSkiLiNDV4DcxRaGk="; 17 17 }; 18 18 19 19 propagatedBuildInputs = [