about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-12-04 17:47:17 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2023-12-04 17:47:17 +0100
commit418ec13660fecfb437d0f361c2a36b79deb42027 (patch)
treeb989e7bb96cf1a68790a21d4b6ee0daad875390d
parent10ac7f01aba9d5ca28553fa7eb707f6b35998f82 (diff)
python311Packages.evohome-async: 0.4.12 -> 0.4.13
Diff: https://github.com/zxdavb/evohome-async/compare/refs/tags/0.4.12...0.4.13
-rw-r--r--pkgs/development/python-modules/evohome-async/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/evohome-async/default.nix b/pkgs/development/python-modules/evohome-async/default.nix
index 3b942e1d4f89d..440492e1e8607 100644
--- a/pkgs/development/python-modules/evohome-async/default.nix
+++ b/pkgs/development/python-modules/evohome-async/default.nix
@@ -10,7 +10,7 @@
 
 buildPythonPackage rec {
   pname = "evohome-async";
-  version = "0.4.12";
+  version = "0.4.13";
   pyproject = true;
 
   disabled = pythonOlder "3.11";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
     owner = "zxdavb";
     repo = "evohome-async";
     rev = "refs/tags/${version}";
-    hash = "sha256-nPacnifT6qQfA2v5dudsW+J+ppti7ct9GeQUugn51sA=";
+    hash = "sha256-Fa6OYI1oEG4oUkLaPgWmvNHtK6Iwal/4nBf9b54Ue+g=";
   };
 
   nativeBuildInputs = [