Skip to content

Commit a2fcc9b

Browse files
committed
python3Packages.pyswitchbot: 0.61.0 -> 0.62.0
1 parent e09a2ca commit a2fcc9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

1717
buildPythonPackage rec {
1818
pname = "pyswitchbot";
19-
version = "0.61.0";
19+
version = "0.62.0";
2020
pyproject = true;
2121

2222
disabled = pythonOlder "3.8";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
2525
owner = "Danielhiversen";
2626
repo = "pySwitchbot";
2727
tag = version;
28-
hash = "sha256-yHP5BoLuP2dvR2SSFgc68g1wENkDXZN1M9Nr8WticCw=";
28+
hash = "sha256-Zzr6UGwj25PaIUBW4NsIWMtSbcM/KE4cdQ+VrOqcv7U=";
2929
};
3030

3131
build-system = [ setuptools ];
@@ -49,7 +49,7 @@ buildPythonPackage rec {
4949
meta = with lib; {
5050
description = "Python library to control Switchbot IoT devices";
5151
homepage = "https://github.com/Danielhiversen/pySwitchbot";
52-
changelog = "https://github.com/Danielhiversen/pySwitchbot/releases/tag/${version}";
52+
changelog = "https://github.com/Danielhiversen/pySwitchbot/releases/tag/${src.tag}";
5353
license = with licenses; [ mit ];
5454
maintainers = with maintainers; [ fab ];
5555
platforms = platforms.linux;

0 commit comments

Comments
 (0)