pythonPackages.i3ipc: 1.5.1 -> 1.6.0
This commit is contained in:
parent
029adb3ad4
commit
3b75229f89
|
@ -5,13 +5,13 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "i3ipc";
|
pname = "i3ipc";
|
||||||
version = "1.5.1";
|
version = "1.6.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "acrisci";
|
owner = "acrisci";
|
||||||
repo = "i3ipc-python";
|
repo = "i3ipc-python";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "06d7g4d7cnh0vp5diavy3x9wz1w5nwdrb7ipc4g1c3a2wc78862d";
|
sha256 = "0sb525wvwcnikjaqzha94xr97r1gjys30csmaj17swlxgyczxvq5";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ enum-compat ];
|
propagatedBuildInputs = [ enum-compat ];
|
||||||
|
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
||||||
checkPhase = ''${python.interpreter} run-tests.py'';
|
checkPhase = ''${python.interpreter} run-tests.py'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
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;
|
homepage = https://github.com/acrisci/i3ipc-python;
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ vanzef ];
|
maintainers = with maintainers; [ vanzef ];
|
||||||
|
|
Loading…
Reference in New Issue