liquidctl: 1.6.1 -> 1.7.0

This commit is contained in:
Ilan Joselevich 2021-07-06 10:37:39 +03:00
parent 68d0c4fc9c
commit 782def8d5c

View File

@ -9,18 +9,19 @@
, smbus-cffi
, i2c-tools
, pytestCheckHook
, colorlog
}:
buildPythonPackage rec {
pname = "liquidctl";
version = "1.6.1";
version = "1.7.0";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-FYpr1mYzPc0rOE75fUNjxe/57EWl+zcbIbkqFseDhzI=";
sha256 = "sha256-tpk8wCKyrj3dOkBxj9UWcyrAb31uKtl2fRwwh7dAQGE=";
};
nativeBuildInputs = [ installShellFiles ];
@ -31,6 +32,7 @@ buildPythonPackage rec {
pyusb
smbus-cffi
i2c-tools
colorlog
];
outputs = [ "out" "man" ];