mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 02:03:21 +00:00
python311Packages.hahomematic: 2023.8.2 -> 2023.8.3
Diff: https://github.com/danielperna84/hahomematic/compare/refs/tags/2023.8.2...2023.8.3 Changelog: https://github.com/danielperna84/hahomematic/releases/tag/2023.8.3
This commit is contained in:
parent
5fda11d324
commit
ba66651bbd
@ -12,24 +12,26 @@
|
||||
, voluptuous
|
||||
, websocket-client
|
||||
, xmltodict
|
||||
, wheel
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "hahomematic";
|
||||
version = "2023.8.2";
|
||||
version = "2023.8.3";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
disabled = pythonOlder "3.11";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "danielperna84";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-ZKL973k79MhZa6dB8XGpj/x1/gxinDQw+s0MPAHGs0E=";
|
||||
hash = "sha256-Z8aEhs23ajj5Ghwk3wgCo2GIWRYH/vU+80NFfvD04gw=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
wheel
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user