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