Merge pull request #101895 from r-ryantm/auto-update/python3.7-apprise

python37Packages.apprise: 0.8.7 -> 0.8.9
This commit is contained in:
Mario Rodas 2020-10-28 03:59:25 -05:00 committed by GitHub
commit 8989bf1e62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,11 +5,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "apprise"; pname = "apprise";
version = "0.8.7"; version = "0.8.9";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "18a65c5917bf7f2d48bb557bf0879e49c5293b4c0e9809328387ae09338ae37b"; sha256 = "024db00c6a80dbc8c9038b2de211c9fd32963046612882f3f54ad78930f3e0f7";
}; };
nativeBuildInputs = [ Babel ]; nativeBuildInputs = [ Babel ];