Merge pull request #75332 from r-ryantm/auto-update/python3.8-apprise

python38Packages.apprise: 0.8.1 -> 0.8.2
This commit is contained in:
Mario Rodas 2019-12-08 23:18:24 -05:00 committed by GitHub
commit c52661542c
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.1";
version = "0.8.2";
src = fetchPypi {
inherit pname version;
sha256 = "7a26fa03c4b83f03f17e8f8fc0b94d5502a12dc2e39b48e93a0ab0fd93151a95";
sha256 = "0m0pddqrpfm526f0fyzzjpcp7hi3d6pj0bgk2vl004lkas4li1hw";
};
nativeBuildInputs = [ Babel ];