diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2023-12-04 07:07:40 +0000 |
|---|---|---|
| committer | R. Ryantm <ryantm-bot@ryantm.com> | 2023-12-04 07:07:40 +0000 |
| commit | 608e8f6e87c385545bf353e069d0e8ea8db00d65 (patch) | |
| tree | 71d578e9c79f2336bb6a4ce41549fe94caa55da1 | |
| parent | Merge pull request #269078 from lilyinstarlight/fix/prefetch-npm-deps-more-ba... (diff) | |
| download | nixpkgs-608e8f6e87c385545bf353e069d0e8ea8db00d65.tar.gz | |
python310Packages.millheater: 0.11.6 -> 0.11.7
| -rw-r--r-- | pkgs/development/python-modules/millheater/default.nix | 4 |
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 7f2fe358c2fe..33f52d0cea67 100644 --- a/pkgs/development/python-modules/millheater/default.nix +++ b/pkgs/development/python-modules/millheater/default.nix @@ -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 = [ |
