File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
pkgs/development/python-modules/decora-wifi Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 88} :
99
1010buildPythonPackage 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 } ;
You can’t perform that action at this time.
0 commit comments