summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-09-17 20:51:23 -0500
committerGitHub <noreply@github.com>2022-09-17 20:51:23 -0500
commit3f19edaa3d8d909a215fd221b1a136be45bc2910 (patch)
tree6d8e23cd2ad2ee35b0122df931a644aaf263bc8f
parente180cd6c8f93d6c355fa3880a41d001e2229d770 (diff)
parentab25e0d3ca02db6f847bf1647ffa464de38f2132 (diff)
downloadnixpkgs-3f19edaa3d8d909a215fd221b1a136be45bc2910.tar
nixpkgs-3f19edaa3d8d909a215fd221b1a136be45bc2910.tar.gz
nixpkgs-3f19edaa3d8d909a215fd221b1a136be45bc2910.tar.bz2
nixpkgs-3f19edaa3d8d909a215fd221b1a136be45bc2910.tar.lz
nixpkgs-3f19edaa3d8d909a215fd221b1a136be45bc2910.tar.xz
nixpkgs-3f19edaa3d8d909a215fd221b1a136be45bc2910.tar.zst
nixpkgs-3f19edaa3d8d909a215fd221b1a136be45bc2910.zip
Merge pull request #191703 from fabaff/aioecowitt-bump
python310Packages.aioecowitt: 2022.08.3 -> 2022.09.2
-rw-r--r--pkgs/development/python-modules/aioecowitt/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aioecowitt/default.nix b/pkgs/development/python-modules/aioecowitt/default.nix
index 02a4ff0e0ed..4c60de1180e 100644
--- a/pkgs/development/python-modules/aioecowitt/default.nix
+++ b/pkgs/development/python-modules/aioecowitt/default.nix
@@ -10,7 +10,7 @@
 
 buildPythonPackage rec {
   pname = "aioecowitt";
-  version = "2022.08.3";
+  version = "2022.09.2";
   format = "setuptools";
 
   disabled = pythonOlder "3.9";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
     owner = "home-assistant-libs";
     repo = pname;
     rev = "refs/tags/${version}";
-    hash = "sha256-rJcSw0umUVj7kPzc8tUidEWV91wkK19rFJY+Gi/NyH0=";
+    hash = "sha256-U9Qg0kOeqLihw5YAZSy7zk39NKj48nOiwqIlHqffZi0=";
   };
 
   propagatedBuildInputs = [