Skip to content

Commit 91b4778

Browse files
committed
python313Packages.devolo-plc-api: 1.4.1 -> 1.5.1
Changelog: https://github.com/2Fake/devolo_plc_api/releases/tag/v1.5.1
1 parent 8217239 commit 91b4778

File tree

1 file changed

+4
-2
lines changed
  • pkgs/development/python-modules/devolo-plc-api

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@
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+
version = "1.5.1";
2122
format = "pyproject";
2223

2324
disabled = pythonOlder "3.8";
@@ -26,7 +27,7 @@ buildPythonPackage rec {
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 = ''
@@ -40,6 +41,7 @@ buildPythonPackage rec {
4041
httpx
4142
protobuf
4243
segno
44+
tenacity
4345
zeroconf
4446
];
4547

0 commit comments

Comments
 (0)