Merge pull request #91757 from d3rped/python3Packages.i3ipc/2.2.1
python3Packages.i3ipc: 2.1.1 -> 2.2.1
This commit is contained in:
commit
dae060a4ab
|
@ -1,20 +1,19 @@
|
||||||
{ stdenv, buildPythonPackage, fetchFromGitHub
|
{ stdenv, buildPythonPackage, fetchFromGitHub
|
||||||
, enum-compat
|
|
||||||
, xorgserver, pytest, pytest-xvfb, pytest-asyncio, i3, python, xlib, xdpyinfo
|
, xorgserver, pytest, pytest-xvfb, pytest-asyncio, i3, python, xlib, xdpyinfo
|
||||||
, makeFontsConf, coreutils
|
, makeFontsConf, coreutils
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "i3ipc";
|
pname = "i3ipc";
|
||||||
version = "2.1.1";
|
version = "2.2.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "acrisci";
|
owner = "acrisci";
|
||||||
repo = "i3ipc-python";
|
repo = "i3ipc-python";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "10zpbiw1gcndn439g1vxcdkxllwp02qcmaal4w7hi2rzgaw1xkdk";
|
sha256 = "13bzs9dcv27czpnnbgz7a037lm8h991c8gk0qzzk5mq5yak24715";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ enum-compat xlib ];
|
propagatedBuildInputs = [ xlib ];
|
||||||
|
|
||||||
fontsConf = makeFontsConf {
|
fontsConf = makeFontsConf {
|
||||||
fontDirectories = [ ];
|
fontDirectories = [ ];
|
||||||
|
|
Loading…
Reference in New Issue