about summary refs log tree commit diff
path: root/pkgs/development/python-modules/millheater
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-11-03 19:57:59 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2021-11-03 19:57:59 +0100
commitd776647e22bd82b94f1ddebff65a86a4acaf96f1 (patch)
tree4621a3cb3cd4697fefeed497607e1b9b5cca2630 /pkgs/development/python-modules/millheater
parent8440eddb32627ab12de939a010c2a68092e9c671 (diff)
python3Packages.millheater: 0.8.0 -> 0.8.1
Diffstat (limited to 'pkgs/development/python-modules/millheater')
-rw-r--r--pkgs/development/python-modules/millheater/default.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/millheater/default.nix b/pkgs/development/python-modules/millheater/default.nix
index f69e7e827cffa..0ff22033f6442 100644
--- a/pkgs/development/python-modules/millheater/default.nix
+++ b/pkgs/development/python-modules/millheater/default.nix
@@ -1,4 +1,3 @@
-
 { lib
 , aiohttp
 , async-timeout
@@ -10,14 +9,14 @@
 
 buildPythonPackage rec {
   pname = "millheater";
-  version = "0.8.0";
+  version = "0.8.1";
   disabled = pythonOlder "3.6";
 
   src = fetchFromGitHub {
     owner = "Danielhiversen";
     repo = "pymill";
     rev = version;
-    sha256 = "sha256-PL9qP6SKE8gsBUdfrPf9Fs+vU/lkpOjmkvq3cWw3Uak=";
+    sha256 = "0269lhb6y4c13n6krsl2b66ldvzkd26jlax7bbnkvag2iv7g6hzj";
   };
 
   propagatedBuildInputs = [
@@ -29,7 +28,9 @@ buildPythonPackage rec {
   # Project has no tests
   doCheck = false;
 
-  pythonImportsCheck = [ "mill" ];
+  pythonImportsCheck = [
+    "mill"
+  ];
 
   meta = with lib; {
     description = "Python library for Mill heater devices";