about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-01-24 01:31:54 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-01-24 01:32:01 +0100
commitcaac809e86ecb3242aa4b046e6e0a49e63eb1267 (patch)
tree5f408edaa9ca5a920b9f3820f0b1dbab38c0245b /pkgs/development
parent287b071e9a7130cacf7664e5c69ec3a889b800f8 (diff)
python3Packages.hassil: 0.2.4 -> 0.2.5
https://github.com/home-assistant/hassil/releases/tag/v0.2.5
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/hassil/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/hassil/default.nix b/pkgs/development/python-modules/hassil/default.nix
index c2491134ff4af..52425fe3a614a 100644
--- a/pkgs/development/python-modules/hassil/default.nix
+++ b/pkgs/development/python-modules/hassil/default.nix
@@ -16,7 +16,7 @@
 
 let
   pname = "hassil";
-  version = "0.2.4";
+  version = "0.2.5";
 in
 buildPythonPackage {
   inherit pname version;
@@ -24,7 +24,7 @@ buildPythonPackage {
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-lgGo3zK1GN3MEOinXuvT5nCc8LBCxAHiW0CZfS8Yy7Y=";
+    hash = "sha256-/KEYTY3Y/KKP/r2OBf3R/jE7Sp/hNygC/Gdzk9XIf/0=";
   };
 
   nativeBuildInputs = [