Merge pull request #49027 from r-ryantm/auto-update/python3.6-i3ipc
python36Packages.i3ipc: 1.4.0 -> 1.5.1
This commit is contained in:
commit
7c8188df46
@ -5,13 +5,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "i3ipc";
|
pname = "i3ipc";
|
||||||
version = "1.4.0";
|
version = "1.5.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "acrisci";
|
owner = "acrisci";
|
||||||
repo = "i3ipc-python";
|
repo = "i3ipc-python";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "15drq16ncmjrgsri6gjzp0qm8abycm92nicm78q3k7vy7rqpvfnh";
|
sha256 = "06d7g4d7cnh0vp5diavy3x9wz1w5nwdrb7ipc4g1c3a2wc78862d";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ enum-compat ];
|
propagatedBuildInputs = [ enum-compat ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user