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

python37Packages.apprise: 0.7.7 -> 0.7.8
This commit is contained in:
Mario Rodas 2019-06-17 23:04:49 -05:00 committed by GitHub
commit d1c48ef2cb
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.7.7";
version = "0.7.8";
src = fetchPypi {
inherit pname version;
sha256 = "c3c7922f7b80107620f541a6c16435485e7045771b3ecfb998deacee0eb90753";
sha256 = "15xv7lhivjhgsaw5j30w1fkk8y33r8nkr2hwp8z1jmsxhdv9l03y";
};
nativeBuildInputs = [ Babel ];