python313Packages.iaqualink: 0.5.0 -> 0.5.3 (#394224)

This commit is contained in:
Fabian Affolter
2025-03-29 12:18:30 +01:00
committed by GitHub
@@ -13,16 +13,16 @@
buildPythonPackage rec {
pname = "iaqualink";
version = "0.5.0";
version = "0.5.3";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.12";
src = fetchFromGitHub {
owner = "flz";
repo = "iaqualink-py";
rev = "v${version}";
hash = "sha256-ewPP2Xq+ecZGc5kokvLEsRokGqTWlymrzkwk480tapk=";
tag = "v${version}";
hash = "sha256-2DqZJlsbDWo9fxIDg5P0CvZs8AuAh8XrhNiwIvuRm80=";
};
build-system = [
@@ -43,7 +43,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python library for Jandy iAqualink";
homepage = "https://github.com/flz/iaqualink-py";
changelog = "https://github.com/flz/iaqualink-py/releases/tag/v${version}";
changelog = "https://github.com/flz/iaqualink-py/releases/tag/v${src.tag}";
license = licenses.bsd3;
maintainers = with maintainers; [ fab ];
};