Merge pull request #78283 from r-ryantm/auto-update/python2.7-apprise

python27Packages.apprise: 0.8.2 -> 0.8.3
This commit is contained in:
Mario Rodas 2020-01-22 17:47:50 -05:00 committed by GitHub
commit 4d7faaa8e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "apprise";
version = "0.8.2";
version = "0.8.3";
src = fetchPypi {
inherit pname version;
sha256 = "0m0pddqrpfm526f0fyzzjpcp7hi3d6pj0bgk2vl004lkas4li1hw";
sha256 = "1j925g7x0j8fzns431360myr8844swb8mb78wacw2vlj6x1c558c";
};
nativeBuildInputs = [ Babel ];