Merge pull request #61084 from Synthetica9/i3ipc-160

pythonPackages.i3ipc: 1.5.1 -> 1.6.0
This commit is contained in:
Matthieu Coudron 2019-05-09 11:53:16 +09:00 committed by GitHub
commit b64343a9e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
buildPythonPackage rec {
pname = "i3ipc";
version = "1.5.1";
version = "1.6.0";
src = fetchFromGitHub {
owner = "acrisci";
repo = "i3ipc-python";
rev = "v${version}";
sha256 = "06d7g4d7cnh0vp5diavy3x9wz1w5nwdrb7ipc4g1c3a2wc78862d";
sha256 = "0sb525wvwcnikjaqzha94xr97r1gjys30csmaj17swlxgyczxvq5";
};
propagatedBuildInputs = [ enum-compat ];
@ -21,7 +21,7 @@ buildPythonPackage rec {
checkPhase = ''${python.interpreter} run-tests.py'';
meta = with stdenv.lib; {
description = "An improved Python library to control i3wm";
description = "An improved Python library to control i3wm and sway";
homepage = https://github.com/acrisci/i3ipc-python;
license = licenses.bsd3;
maintainers = with maintainers; [ vanzef ];