diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2023-09-19 08:33:42 +0200 |
|---|---|---|
| committer | Fabian Affolter <mail@fabian-affolter.ch> | 2023-09-19 08:33:42 +0200 |
| commit | 026c784c2e653a0c20ff27c7239fd3587afa431b (patch) | |
| tree | 7d3dd76cbfe9cb2d958e34d57b3b3a3563ccc736 | |
| parent | Merge pull request #255565 from felixalbrigtsen/patch-thc-hydra-darwin (diff) | |
| download | nixpkgs-026c784c2e653a0c20ff27c7239fd3587afa431b.tar.gz | |
python311Packages.hahomematic: 2023.9.2 -> 2023.9.3
Diff: https://github.com/danielperna84/hahomematic/compare/refs/tags/2023.9.2...2023.9.3
Changelog: https://github.com/danielperna84/hahomematic/releases/tag/2023.9.3
| -rw-r--r-- | pkgs/development/python-modules/hahomematic/default.nix | 4 |
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 d1ece49b47a6..9a3d67da9973 100644 --- a/pkgs/development/python-modules/hahomematic/default.nix +++ b/pkgs/development/python-modules/hahomematic/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "hahomematic"; - version = "2023.9.2"; + version = "2023.9.3"; format = "pyproject"; disabled = pythonOlder "3.11"; @@ -26,7 +26,7 @@ buildPythonPackage rec { owner = "danielperna84"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-h8zSj1jmqaQtJl3lPYGj7kEBucK7DAOkdUcDo7Opy7w="; + hash = "sha256-j8uM/vEfZO1C4jsYU68nTt/cmhRKsW2MTFG84g53vE4="; }; nativeBuildInputs = [ |
