nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.pyswitchbot: 0.61.0 -> 0.62.0 (#406332)

authored by

Fabian Affolter and committed by
GitHub
96be177e 26a4de50

+3 -3
+3 -3
pkgs/development/python-modules/pyswitchbot/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "pyswitchbot"; 19 - version = "0.61.0"; 19 + version = "0.62.0"; 20 20 pyproject = true; 21 21 22 22 disabled = pythonOlder "3.8"; ··· 25 25 owner = "Danielhiversen"; 26 26 repo = "pySwitchbot"; 27 27 tag = version; 28 - hash = "sha256-yHP5BoLuP2dvR2SSFgc68g1wENkDXZN1M9Nr8WticCw="; 28 + hash = "sha256-Zzr6UGwj25PaIUBW4NsIWMtSbcM/KE4cdQ+VrOqcv7U="; 29 29 }; 30 30 31 31 build-system = [ setuptools ]; ··· 49 49 meta = with lib; { 50 50 description = "Python library to control Switchbot IoT devices"; 51 51 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}"; 53 53 license = with licenses; [ mit ]; 54 54 maintainers = with maintainers; [ fab ]; 55 55 platforms = platforms.linux;