about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2021-11-16 08:36:19 +0100
committerGitHub <noreply@github.com>2021-11-16 08:36:19 +0100
commite2f97524d1d10b974864588ea252cfba46ee3845 (patch)
treeb56285cfa65b9f26636ff9085951dfbe7c93431e
parente2c7d2b885a3be8392f385eb5d31170b0cfdce9f (diff)
parent82ae74264c446aa9a82025de0f79fcf1d276bc46 (diff)
Merge pull request #146101 from fabaff/bump-frigidaire
python3Packages.frigidaire: 0.16 -> 0.17
-rw-r--r--pkgs/development/python-modules/frigidaire/default.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/frigidaire/default.nix b/pkgs/development/python-modules/frigidaire/default.nix
index 7ec27a12db2d8..fc268ba05a885 100644
--- a/pkgs/development/python-modules/frigidaire/default.nix
+++ b/pkgs/development/python-modules/frigidaire/default.nix
@@ -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";