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-19 09:07:54 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2021-11-19 09:07:54 +0100
commit23599fea9ae9fc516fbab18a79e8455ec6a9ee16 (patch)
tree6e562cf632b5f85f9cda3897e28056b01fc73083 /pkgs/development/python-modules/millheater
parent01fd2714c6f4521316575057fe5f4ed56037966d (diff)
python3Packages.millheater: 0.8.1 -> 0.9.0
Diffstat (limited to 'pkgs/development/python-modules/millheater')
-rw-r--r--pkgs/development/python-modules/millheater/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/millheater/default.nix b/pkgs/development/python-modules/millheater/default.nix
index 0ff22033f6442..3968e8bf8088e 100644
--- a/pkgs/development/python-modules/millheater/default.nix
+++ b/pkgs/development/python-modules/millheater/default.nix
@@ -9,14 +9,16 @@
 
 buildPythonPackage rec {
   pname = "millheater";
-  version = "0.8.1";
+  version = "0.9.0";
+  format = "setuptools";
+
   disabled = pythonOlder "3.6";
 
   src = fetchFromGitHub {
     owner = "Danielhiversen";
     repo = "pymill";
     rev = version;
-    sha256 = "0269lhb6y4c13n6krsl2b66ldvzkd26jlax7bbnkvag2iv7g6hzj";
+    sha256 = "sha256-ocPp9tRghlOb0vZrpELDkwOq8ue+JBCRf2uB0Q7CPF8=";
   };
 
   propagatedBuildInputs = [