about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2023-01-24 11:21:55 +0000
committerGitHub <noreply@github.com>2023-01-24 11:21:55 +0000
commit51ba9a5345e24a502e77d695486cb0c7b2402b36 (patch)
treef6e630abd511c716c899005a3bd69c7685e8d765 /pkgs/development
parent353e2d957c7421cae4e3ab42739a0997ea7e310f (diff)
parentcaac809e86ecb3242aa4b046e6e0a49e63eb1267 (diff)
Merge pull request #212337 from mweinelt/hassil-0.2.5
python3Packages.hassil: 0.2.4 -> 0.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 = [