mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-14 01:33:10 +00:00
python3Packages.iterm2: 1.30 -> 2.1
This commit is contained in:
parent
10919f3444
commit
f6ca96c797
@ -5,11 +5,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "iterm2";
|
||||
version = "1.30";
|
||||
version = "2.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "148b32a593f3d932a33daad01fdaa4639918eca74a6e153d9729dd8b3cba3345";
|
||||
sha256 = "sha256-oEXDW+ar3S0gJn2DdaOyq6GDE9dJaghQEpPBCfTL2Kw=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ protobuf websockets ];
|
||||
|
Loading…
Reference in New Issue
Block a user