From e915c124273fd11d0bfb0e59bb7fea0be3e9fae0 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 11 Dec 2023 11:50:26 +0100 Subject: [PATCH] python311Packages.hatasmota: 0.7.3 -> 0.8.0 Diff: https://github.com/emontnemery/hatasmota/compare/refs/tags/0.7.3...0.8.0 Changelog: https://github.com/emontnemery/hatasmota/releases/tag/0.8.0 --- pkgs/development/python-modules/hatasmota/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/hatasmota/default.nix b/pkgs/development/python-modules/hatasmota/default.nix index f8e45949dbe7..940467d2b706 100644 --- a/pkgs/development/python-modules/hatasmota/default.nix +++ b/pkgs/development/python-modules/hatasmota/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "hatasmota"; - version = "0.7.3"; + version = "0.8.0"; format = "setuptools"; disabled = pythonOlder "3.6"; @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "emontnemery"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-lsb92JsqIhq7zaNaolgV8dtSFIq+Enklb6hlBvT7/Ig="; + hash = "sha256-Kbz/ETSJGx6u0ZNfEWfl9klBIB3yPcfHGy1uKK50TGA="; }; propagatedBuildInputs = [