python3Packages.iterm2: 2.8 -> 2.9

This commit is contained in:
Martin Weinelt
2025-01-27 10:55:46 +01:00
parent 57562c31a2
commit c65c8c302d
@@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "iterm2";
version = "2.8";
version = "2.9";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-kNPobWr12VXDGZk8g1LPPpPHoMkZ7Ysq1VGnQrh+iJs=";
hash = "sha256-FoR17UloBtFg3pRurquHCzGaySehUPhVtmQmNkhWTz4=";
};
propagatedBuildInputs = [