File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/pyfibaro Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111
1212buildPythonPackage rec {
1313 pname = "pyfibaro" ;
14- version = "0.8.1 " ;
14+ version = "0.8.2 " ;
1515 pyproject = true ;
1616
1717 disabled = pythonOlder "3.9" ;
@@ -20,7 +20,7 @@ buildPythonPackage rec {
2020 owner = "rappenze" ;
2121 repo = "pyfibaro" ;
2222 tag = version ;
23- hash = "sha256-M7ntlPK88er9Se3pPZEHjCDw3TIYtiruHdaCLB0ee8A =" ;
23+ hash = "sha256-0mWqjiKPyXlnXDG+SP/RrV3aergTG9cEFKe3Zczr8IE =" ;
2424 } ;
2525
2626 build-system = [ setuptools ] ;
@@ -37,7 +37,7 @@ buildPythonPackage rec {
3737 meta = with lib ; {
3838 description = "Library to access FIBARO Home center" ;
3939 homepage = "https://github.com/rappenze/pyfibaro" ;
40- changelog = "https://github.com/rappenze/pyfibaro/releases/tag/${ version } " ;
40+ changelog = "https://github.com/rappenze/pyfibaro/releases/tag/${ src . tag } " ;
4141 license = with licenses ; [ mit ] ;
4242 maintainers = with maintainers ; [ fab ] ;
4343 } ;
You can’t perform that action at this time.
0 commit comments