Merge pull request #146101 from fabaff/bump-frigidaire
python3Packages.frigidaire: 0.16 -> 0.17
This commit is contained in:
commit
e2f97524d1
1 changed files with 5 additions and 3 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "frigidaire";
|
||||
version = "0.16";
|
||||
version = "0.17";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
|||
owner = "bm1549";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "1yzwzvlxz28rhnwhwsn37v7l7fxikzr4j7m293db9452w340p0zl";
|
||||
sha256 = "sha256-R3OjZyQMUDu8+QPe9y2j1SoWi1b7z/OYWY4wFXGG3zA=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
@ -34,7 +34,9 @@ buildPythonPackage rec {
|
|||
# Project has no tests
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [ "frigidaire" ];
|
||||
pythonImportsCheck = [
|
||||
"frigidaire"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Python API for the Frigidaire devices";
|
||||
|
|
Loading…
Reference in a new issue