about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-07-26 20:58:57 +0200
committerGitHub <noreply@github.com>2023-07-26 20:58:57 +0200
commitf784435e840c17be5cf4ceb277794f15329a07a6 (patch)
tree152156b02f8cfc93b0056ff747e043b86e8edbd4
parent9d3f97499be1f07869d8f7a06d0bcd24ad0cea6a (diff)
parent777ec25d083ed9ce986324bc7ee3e5e2baff2e68 (diff)
Merge pull request #245490 from r-ryantm/auto-update/python310Packages.xknx
python310Packages.xknx: 2.11.1 -> 2.11.2
-rw-r--r--pkgs/development/python-modules/xknx/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/xknx/default.nix b/pkgs/development/python-modules/xknx/default.nix
index ba03f1bf04c23..07615180608ee 100644
--- a/pkgs/development/python-modules/xknx/default.nix
+++ b/pkgs/development/python-modules/xknx/default.nix
@@ -12,7 +12,7 @@
 
 buildPythonPackage rec {
   pname = "xknx";
-  version = "2.11.1";
+  version = "2.11.2";
   format = "pyproject";
 
   disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
     owner = "XKNX";
     repo = pname;
     rev = "refs/tags/${version}";
-    hash = "sha256-9H5LQX6uXWr9pQ/WosNl1LrcbR+MAwVtZv8Cdb+WFvg=";
+    hash = "sha256-rKvHb0wkWVuZO8M8uIQdOiY1N6DmGSpqUgz4YYbUfSM=";
   };
 
   nativeBuildInputs = [