lol

Merge pull request #252240 from r-ryantm/auto-update/python310Packages.blebox-uniapi

python310Packages.blebox-uniapi: 2.1.4 -> 2.2.0

authored by

Fabian Affolter and committed by
GitHub
743f1b84 9c077b7a

+3 -3
+3 -3
pkgs/development/python-modules/blebox-uniapi/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "blebox-uniapi"; 14 - version = "2.1.4"; 14 + version = "2.2.0"; 15 15 format = "setuptools"; 16 16 17 17 disabled = pythonOlder "3.9"; ··· 20 20 owner = "blebox"; 21 21 repo = "blebox_uniapi"; 22 22 rev = "refs/tags/v${version}"; 23 - hash = "sha256-hr3HD8UiI+bKiHcXGnyomJMzP+/GVXLgSUxeH2U6l/4="; 23 + hash = "sha256-cLSI6wa3gHE0QkSVVWMNpb5fyQy0TLDNSqOuGlDJGJc="; 24 24 }; 25 25 26 26 postPatch = '' ··· 44 44 ]; 45 45 46 46 meta = with lib; { 47 - changelog = "https://github.com/blebox/blebox_uniapi/blob/${version}/HISTORY.rst"; 47 + changelog = "https://github.com/blebox/blebox_uniapi/blob/v${version}/HISTORY.rst"; 48 48 description = "Python API for accessing BleBox smart home devices"; 49 49 homepage = "https://github.com/blebox/blebox_uniapi"; 50 50 license = licenses.asl20;