mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 21:03:15 +00:00
python311Packages.hahomematic: 2023.8.7 -> 2023.8.9
Diff: https://github.com/danielperna84/hahomematic/compare/refs/tags/2023.8.7...2023.8.9 Changelog: https://github.com/danielperna84/hahomematic/releases/tag/2023.8.9
This commit is contained in:
parent
7a79425cdc
commit
aa07a8c45c
@ -17,7 +17,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "hahomematic";
|
||||
version = "2023.8.7";
|
||||
version = "2023.8.9";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.11";
|
||||
@ -26,7 +26,7 @@ buildPythonPackage rec {
|
||||
owner = "danielperna84";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-et7ivGIXKyjgJK89MBnfHglq7IfiqWCsklyoAn1VK+o=";
|
||||
hash = "sha256-PQ9KxKyTa9xiLa6suqHRem6Rs732djbjzFKKLZDUM/g=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user