Skip to content

Commit 530a5b0

Browse files
authored
python313Packages.iaqualink: 0.5.0 -> 0.5.3 (NixOS#394224)
2 parents 68a09df + 6066e5e commit 530a5b0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkgs/development/python-modules/iaqualink/default.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313

1414
buildPythonPackage 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
};

0 commit comments

Comments
 (0)