summaryrefslogtreecommitdiffstats
path: root/pkgs/development
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-12-22 20:55:51 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2022-12-23 21:20:02 +0100
commit8b9e529f6e6301db04e13647a753f8514cb43230 (patch)
treea4fbabdfce81e638fe8162c26f77ba47d00bddf4 /pkgs/development
parentfde05a82c46f0bede5ebfe6517f0eee6d2e0439e (diff)
python310Packages.hahomematic: 2022.12.6 -> 2022.12.7
Changelog: https://github.com/danielperna84/hahomematic/releases/tag/2022.12.7
Diffstat (limited to 'pkgs/development')
-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 52bfc0c8996e..e5f17efcb7bb 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 = "2022.12.6";
+ version = "2022.12.7";
format = "pyproject";
disabled = pythonOlder "3.9";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "danielperna84";
repo = pname;
rev = "refs/tags/${version}";
- sha256 = "sha256-bTplDaEFvDEGWPkhVl23iy4FSniu+HhMrbs3AUTgYM0=";
+ sha256 = "sha256-Noxamy9tPqBDdEExt8yUDi3Blo5aMdTFS7nCYn5B7NI=";
};
nativeBuildInputs = [