summaryrefslogtreecommitdiffstats
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-01-28 00:22:26 +0100
committerGitHub <noreply@github.com>2021-01-28 00:22:26 +0100
commitbc28b9c782fe774ae1e1a4733ffff131a39b502b (patch)
treead8d0fdbbc2f5dbc27f118b92677a856d66fde6b /pkgs/development/python-modules
parent57fcfd3eda24adebfa31d621ac2a0f8ac01387ab (diff)
parent32c34aee20ff29fd4bc56a49aeaafc2a87add278 (diff)
Merge pull request #110966 from fabaff/bump-hatasmota
python3Packages.hatasmota: 0.2.6 -> 0.2.7
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/hatasmota/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/hatasmota/default.nix b/pkgs/development/python-modules/hatasmota/default.nix
index d375effd1609..44665c1177d2 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 = [