From 2fcc80515b21638fc81fac3be164265b2940847e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 28 Apr 2023 22:49:12 +0200 Subject: [PATCH] python310Packages.hahomematic: 2023.4.4 -> 2023.4.5 Diff: https://github.com/danielperna84/hahomematic/compare/refs/tags/2023.4.4...2023.4.5 Changelog: https://github.com/danielperna84/hahomematic/releases/tag/2023.4.5 --- pkgs/development/python-modules/hahomematic/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/hahomematic/default.nix b/pkgs/development/python-modules/hahomematic/default.nix index 00b145589c7b..89a20a57e5f2 100644 --- a/pkgs/development/python-modules/hahomematic/default.nix +++ b/pkgs/development/python-modules/hahomematic/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "hahomematic"; - version = "2023.4.4"; + version = "2023.4.5"; format = "pyproject"; disabled = pythonOlder "3.9"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "danielperna84"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-5wUx0S3Wg30Kn6RAkybAOMQqRvVDt9HeIJyTPCVHqRc="; + hash = "sha256-svXjBWiybJk3RzQtWGzFsvWJX0imhqQmPk9UmdeoIuY="; }; nativeBuildInputs = [