Skip to content

Commit e4f60b6

Browse files
authored
python312Packages.decora-wifi: 1.4 -> 1.5 (NixOS#396547)
2 parents 9acce3e + 5cca3ad commit e4f60b6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pkgs/development/python-modules/decora-wifi/default.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,24 @@
88
}:
99

1010
buildPythonPackage rec {
11-
pname = "decora_wifi";
12-
version = "1.4";
11+
pname = "decora-wifi";
12+
version = "1.5";
1313
pyproject = true;
1414

1515
#No tag in github, so fetchPypi is OK to use.
1616
src = fetchPypi {
1717
pname = "decora_wifi";
1818
inherit version;
19-
hash = "sha256-BIQssxEpwCIyj5z0N2ev9cJr/y907g0Lb7h5iD9dApM=";
19+
hash = "sha256-oWETtzZueNJC0lTWdLfk3SOuvnqrJ9wp5rOSPJxH3M4=";
2020
};
2121

22-
build-system = [
23-
setuptools
24-
];
22+
build-system = [ setuptools ];
2523

2624
dependencies = [
2725
requests
2826
inflect
2927
];
28+
3029
pythonImportsCheck = [ "decora_wifi" ];
3130

3231
# No tests in Pypi source
@@ -35,6 +34,7 @@ buildPythonPackage rec {
3534
meta = {
3635
description = "Python library for controlling Leviton Decora Smart Wi-Fi devices";
3736
homepage = "https://github.com/tlyakhov/python-decora_wifi";
37+
changelog = "https://github.com/tlyakhov/python-decora_wifi/releases/tag/${version}";
3838
license = lib.licenses.mit;
3939
maintainers = with lib.maintainers; [ Continous ];
4040
};

0 commit comments

Comments
 (0)