Merge pull request #129409 from Kranzes/bump-liquidctl
liquidctl: 1.6.1 -> 1.7.0
This commit is contained in:
commit
97ce0a22e8
1 changed files with 4 additions and 2 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue