File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
pkgs/development/python-modules/iaqualink Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313
1414buildPythonPackage rec {
1515 pname = "iaqualink" ;
16- version = "0.5.0 " ;
16+ version = "0.5.3 " ;
1717 pyproject = true ;
1818
19- disabled = pythonOlder "3.8 " ;
19+ disabled = pythonOlder "3.12 " ;
2020
2121 src = fetchFromGitHub {
2222 owner = "flz" ;
2323 repo = "iaqualink-py" ;
24- rev = "v${ version } " ;
25- hash = "sha256-ewPP2Xq+ecZGc5kokvLEsRokGqTWlymrzkwk480tapk =" ;
24+ tag = "v${ version } " ;
25+ hash = "sha256-2DqZJlsbDWo9fxIDg5P0CvZs8AuAh8XrhNiwIvuRm80 =" ;
2626 } ;
2727
2828 build-system = [
@@ -43,7 +43,7 @@ buildPythonPackage rec {
4343 meta = with lib ; {
4444 description = "Python library for Jandy iAqualink" ;
4545 homepage = "https://github.com/flz/iaqualink-py" ;
46- changelog = "https://github.com/flz/iaqualink-py/releases/tag/v${ version } " ;
46+ changelog = "https://github.com/flz/iaqualink-py/releases/tag/v${ src . tag } " ;
4747 license = licenses . bsd3 ;
4848 maintainers = with maintainers ; [ fab ] ;
4949 } ;
You can’t perform that action at this time.
0 commit comments