Merge pull request #212297 from fabaff/lupupy-bump

python310Packages.lupupy: 0.2.4 -> 0.2.5

authored by

Fabian Affolter and committed by
GitHub
a92a2eb5 97dad183

+3 -2
+3 -2
pkgs/development/python-modules/lupupy/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "lupupy"; 12 - version = "0.2.4"; 12 + version = "0.2.5"; 13 13 format = "setuptools"; 14 14 15 15 disabled = pythonOlder "3.6"; 16 16 17 17 src = fetchPypi { 18 18 inherit pname version; 19 - hash = "sha256-11BdMhUhxbzkSrBEFdqpjkgcOcCZG498ylEHIMbomW4="; 19 + hash = "sha256-SxhGUwcZjaRNCS5dB2hh5uctFGHWuKnM48CcIz6VMh8="; 20 20 }; 21 21 22 22 propagatedBuildInputs = [ ··· 35 35 meta = with lib; { 36 36 description = "Python module to control Lupusec alarm control panels"; 37 37 homepage = "https://github.com/majuss/lupupy"; 38 + changelog = "https://github.com/majuss/lupupy/releases/tag/v${version}"; 38 39 license = with licenses; [ mit ]; 39 40 maintainers = with maintainers; [ fab ]; 40 41 };