Skip to content

Commit 194f799

Browse files
authored
python313Packages.devolo-plc-api: 1.4.1 -> 1.5.1 (#398685)
2 parents 94d54cc + dc73386 commit 194f799

File tree

1 file changed

+7
-5
lines changed
  • pkgs/development/python-modules/devolo-plc-api

1 file changed

+7
-5
lines changed

pkgs/development/python-modules/devolo-plc-api/default.nix

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,34 +12,36 @@
1212
segno,
1313
setuptools-scm,
1414
syrupy,
15+
tenacity,
1516
zeroconf,
1617
}:
1718

1819
buildPythonPackage rec {
1920
pname = "devolo-plc-api";
20-
version = "1.4.1";
21-
format = "pyproject";
21+
version = "1.5.1";
22+
pyproject = true;
2223

2324
disabled = pythonOlder "3.8";
2425

2526
src = fetchFromGitHub {
2627
owner = "2Fake";
2728
repo = "devolo_plc_api";
2829
tag = "v${version}";
29-
hash = "sha256-EP99AswHmLO+8ZQAPjJyw/P9QqfDawy3AqyJR870Qms=";
30+
hash = "sha256-bmZcjvqZwVJzDsdtSbQvJpry2QSSuB6/jOTWG1+jyV4=";
3031
};
3132

3233
postPatch = ''
3334
substituteInPlace pyproject.toml \
3435
--replace-fail "protobuf>=4.22.0" "protobuf"
3536
'';
3637

37-
nativeBuildInputs = [ setuptools-scm ];
38+
build-system = [ setuptools-scm ];
3839

39-
propagatedBuildInputs = [
40+
dependencies = [
4041
httpx
4142
protobuf
4243
segno
44+
tenacity
4345
zeroconf
4446
];
4547

0 commit comments

Comments
 (0)