From 32c34aee20ff29fd4bc56a49aeaafc2a87add278 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 27 Jan 2021 23:52:50 +0100 Subject: [PATCH] python3Packages.hatasmota: 0.2.6 -> 0.2.7 --- 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 d375effd160..44665c1177d 100644 --- a/pkgs/development/python-modules/hatasmota/default.nix +++ b/pkgs/development/python-modules/hatasmota/default.nix @@ -7,13 +7,13 @@ buildPythonPackage rec { pname = "hatasmota"; - version = "0.2.6"; + version = "0.2.7"; src = fetchFromGitHub { owner = "emontnemery"; repo = pname; rev = version; - sha256 = "sha256-kRTgHFRnhjLM2DhKNy9HDKIsRk+w0AKP+o0hy8w+3ys="; + sha256 = "sha256-QOireN6uRIa7UBKsE63r6yT+mzfs8uOGzzDcNahELws="; }; propagatedBuildInputs = [