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-10-07 22:50:50 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2021-10-07 22:50:50 +0200
commit8247f98c1923d0dd04ce4829c441fb1b6554c71e (patch)
tree3c6632ef81b4a2278c8c565d4e825a79a6e19915 /pkgs/development/python-modules/millheater
parent45283643549c913304f234e701f799c9b8a4be75 (diff)
python3Packages.millheater: 0.6.0 -> 0.6.1
Diffstat (limited to 'pkgs/development/python-modules/millheater')
-rw-r--r--pkgs/development/python-modules/millheater/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/millheater/default.nix b/pkgs/development/python-modules/millheater/default.nix
index f24be421914f7..4ede1e9ecaa92 100644
--- a/pkgs/development/python-modules/millheater/default.nix
+++ b/pkgs/development/python-modules/millheater/default.nix
@@ -10,14 +10,14 @@
 
 buildPythonPackage rec {
   pname = "millheater";
-  version = "0.6.0";
+  version = "0.6.1";
   disabled = pythonOlder "3.6";
 
   src = fetchFromGitHub {
     owner = "Danielhiversen";
     repo = "pymill";
     rev = version;
-    sha256 = "sha256-goKJLI1iUHR6CrciwzsOHyN7EjdLHJufDVuA9Qa9Ftk=";
+    sha256 = "sha256-cDj6lrGPeSWwuvVd00z12+EWaqDZOHpoRZSloalhni8=";
   };
 
   propagatedBuildInputs = [