mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
python3Packages.iterm2: 1.19 -> 1.21
This commit is contained in:
parent
2f5a49e23f
commit
403b31a34c
@ -5,11 +5,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "iterm2";
|
||||
version = "1.19";
|
||||
version = "1.21";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "04fad95b2258135814677317529654ab0de92b0a4576e4410689181a6a535805";
|
||||
sha256 = "06be59e0314a2f0f32753eb2d44eb563e85253875bc8da64df5b4eeba7fc05bd";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ protobuf websockets ];
|
||||
|
Loading…
Reference in New Issue
Block a user