python310Packages.millheater: 0.11.6 -> 0.11.7

This commit is contained in:
R. Ryantm 2023-12-04 07:07:40 +00:00
parent b678419eac
commit 608e8f6e87

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "millheater";
version = "0.11.6";
version = "0.11.7";
format = "setuptools";
disabled = pythonOlder "3.10";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "Danielhiversen";
repo = "pymill";
rev = "refs/tags/${version}";
hash = "sha256-qd9JuZv1utwL523eiQ79P3hXuVQ8+teTatOJCtI6v00=";
hash = "sha256-jqtyJHoG/8tgv4OJleb7DV6C7pCpgplieLykfvO3cNM=";
};
propagatedBuildInputs = [