mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 12:07:47 +03:00
python310Packages.hahomematic: 2022.12.7 -> 2022.12.8
Changelog: https://github.com/danielperna84/hahomematic/releases/tag/2022.12.8
This commit is contained in:
parent
8b9e529f6e
commit
57bcf9001b
@ -15,7 +15,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "hahomematic";
|
||||
version = "2022.12.7";
|
||||
version = "2022.12.8";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
@ -24,7 +24,7 @@ buildPythonPackage rec {
|
||||
owner = "danielperna84";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
sha256 = "sha256-Noxamy9tPqBDdEExt8yUDi3Blo5aMdTFS7nCYn5B7NI=";
|
||||
sha256 = "sha256-//dhOrA+DxqJTqVOcmdCtEZeZ3NkeGT/cAsFbZVTw20=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user