python3Packages.pyrfxtrx: 0.27.0 -> 0.27.1

https://github.com/Danielhiversen/pyRFXtrx/releases/tag/0.27.1
This commit is contained in:
Robert Schütz 2022-01-18 19:05:05 +00:00 committed by Jonathan Ringer
parent 0fbe6cb466
commit c65dea7141

View File

@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "pyrfxtrx";
version = "0.27.0";
version = "0.27.1";
src = fetchFromGitHub {
owner = "Danielhiversen";
repo = "pyRFXtrx";
rev = version;
sha256 = "0nzgy56b2v3bnn9idlb67qkzj4cj5j9v1436ri1y305fqwjy48nm";
hash = "sha256-JBU/ApBumdW87fQqMAopzv+UV0f6VsHMiyNqG7BRLgo=";
};
propagatedBuildInputs = [
@ -24,6 +24,11 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTestPaths = [
# https://github.com/Danielhiversen/pyRFXtrx/issues/130
"tests/test_rollertrol.py"
];
meta = with lib; {
description = "Library to communicate with the RFXtrx family of devices";
homepage = "https://github.com/Danielhiversen/pyRFXtrx";