3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages.i3ipc: 1.5.1 -> 1.6.0

This commit is contained in:
Patrick Hilhorst 2019-05-07 14:42:01 +02:00
parent 029adb3ad4
commit 3b75229f89
No known key found for this signature in database
GPG key ID: 589BB0A8DAFEF2B2

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 ];