summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-01-11 12:01:10 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2023-01-11 12:01:10 +0100
commitcd809740e38c49f8acb4998f8a4ddfef81c92c31 (patch)
tree3bc5d28305b38a2a781190119be353ca9ab2cc81
parent96f4b5805aa9cee1f5d891931182951bf325a18f (diff)
python310Packages.hahomematic: 2023.1.0 -> 2023.1.2
Diff: https://github.com/danielperna84/hahomematic/compare/refs/tags/2023.1.0...2023.1.2 Changelog: https://github.com/danielperna84/hahomematic/releases/tag/2023.1.2
-rw-r--r--pkgs/development/python-modules/hahomematic/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/hahomematic/default.nix b/pkgs/development/python-modules/hahomematic/default.nix
index 1a6e8b1d43a4..8d0a2d55f82d 100644
--- a/pkgs/development/python-modules/hahomematic/default.nix
+++ b/pkgs/development/python-modules/hahomematic/default.nix
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "hahomematic";
- version = "2023.1.0";
+ version = "2023.1.2";
format = "pyproject";
disabled = pythonOlder "3.9";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "danielperna84";
repo = pname;
rev = "refs/tags/${version}";
- sha256 = "sha256-NS5X/camPjQxQ6paJxu1qpw+Dv2b/dJrA5OkzUufCR0=";
+ sha256 = "sha256-UxW80Lp8hATZFxFCxxD0p8BtqYhTl3UhwcM/+abN43c=";
};
nativeBuildInputs = [