mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
pythonPackages.i3ipc: 1.5.1 -> 1.6.0
This commit is contained in:
parent
029adb3ad4
commit
3b75229f89
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user