summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-01-11 12:47:29 +0100
committerGitHub <noreply@github.com>2023-01-11 12:47:29 +0100
commit2c99dcc546e09760cc90cd80f485c661a5530fec (patch)
treea41f210461ef0b568c56277724dd068122440ade
parentfb64c5c0a73a6715f61bd9546593784204159b99 (diff)
parentcd809740e38c49f8acb4998f8a4ddfef81c92c31 (diff)
Merge pull request #210185 from fabaff/hahomematic-bump
python310Packages.hahomematic: 2023.1.0 -> 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 = [