summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-12-26 09:45:24 +0100
committerGitHub <noreply@github.com>2022-12-26 09:45:24 +0100
commit4e3aaf42db2c898e02feccbbbf2086a3fa94131c (patch)
tree265022a684bd4e6968fe49365df3d849281e8ab7 /pkgs/development/python-modules
parent9e3c5085469b6326661d75c1a523a9118be54e6f (diff)
parent87cc3de39b432740f48987a5dff72c6a5e6595ce (diff)
Merge pull request #207817 from fabaff/hahomematic-bump
python310Packages.hahomematic: 2022.12.8 -> 2022.12.9
Diffstat (limited to 'pkgs/development/python-modules')
-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 566a1f56c20c..4bb409389931 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.8";
+ version = "2022.12.9";
format = "pyproject";
disabled = pythonOlder "3.9";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "danielperna84";
repo = pname;
rev = "refs/tags/${version}";
- sha256 = "sha256-//dhOrA+DxqJTqVOcmdCtEZeZ3NkeGT/cAsFbZVTw20=";
+ sha256 = "sha256-Pmgdu22pZOciHveyXY212QPMMPdwvYCc9HshSqBOunE=";
};
nativeBuildInputs = [