File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/pyswitchbot Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616
1717buildPythonPackage rec {
1818 pname = "pyswitchbot" ;
19- version = "0.61 .0" ;
19+ version = "0.62 .0" ;
2020 pyproject = true ;
2121
2222 disabled = pythonOlder "3.8" ;
@@ -25,7 +25,7 @@ buildPythonPackage rec {
2525 owner = "Danielhiversen" ;
2626 repo = "pySwitchbot" ;
2727 tag = version ;
28- hash = "sha256-yHP5BoLuP2dvR2SSFgc68g1wENkDXZN1M9Nr8WticCw =" ;
28+ hash = "sha256-Zzr6UGwj25PaIUBW4NsIWMtSbcM/KE4cdQ+VrOqcv7U =" ;
2929 } ;
3030
3131 build-system = [ setuptools ] ;
@@ -49,7 +49,7 @@ buildPythonPackage rec {
4949 meta = with lib ; {
5050 description = "Python library to control Switchbot IoT devices" ;
5151 homepage = "https://github.com/Danielhiversen/pySwitchbot" ;
52- changelog = "https://github.com/Danielhiversen/pySwitchbot/releases/tag/${ version } " ;
52+ changelog = "https://github.com/Danielhiversen/pySwitchbot/releases/tag/${ src . tag } " ;
5353 license = with licenses ; [ mit ] ;
5454 maintainers = with maintainers ; [ fab ] ;
5555 platforms = platforms . linux ;
You can’t perform that action at this time.
0 commit comments