Skip to content

Commit 457c1f1

Browse files
authored
python312Packages.pyfibaro: 0.8.1 -> 0.8.2 (NixOS#386936)
2 parents 0bb4f3d + 3242404 commit 457c1f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

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

0 commit comments

Comments
 (0)