Merge pull request #295826 from fabaff/hahomematic-bump
python311Packages.hahomematic: 2024.3.0 -> 2024.3.1
This commit is contained in:
commit
ef4a46d82e
1 changed files with 2 additions and 13 deletions
|
@ -2,7 +2,6 @@
|
|||
, aiohttp
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, fetchpatch
|
||||
, freezegun
|
||||
, orjson
|
||||
, pydevccu
|
||||
|
@ -19,7 +18,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "hahomematic";
|
||||
version = "2024.3.0";
|
||||
version = "2024.3.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.11";
|
||||
|
@ -28,19 +27,9 @@ buildPythonPackage rec {
|
|||
owner = "danielperna84";
|
||||
repo = "hahomematic";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-zSGzdj51StlLMmFZzprQUn6Ry9ahJPUq/Z9hVlKn8oA=";
|
||||
hash = "sha256-/ulqUyplNu8YTHJKcfNPYzyzPvGkLFtoJDu5SqvfQrs=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# Update pydevccu, extend ruff usage
|
||||
# https://github.com/danielperna84/hahomematic/pull/1454
|
||||
(fetchpatch {
|
||||
url = "https://github.com/danielperna84/hahomematic/commit/81a9a1c9291e2271ac0b995e7dd4725cfe99c7fe.patch";
|
||||
includes = [ "tests/test_central_pydevccu.py" ];
|
||||
hash = "sha256-l/wNK0/nOZHyrFp+in3ozmMyN5ifo514esGPJVZlb1g=";
|
||||
})
|
||||
];
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue