Merge pull request #148923 from r-ryantm/auto-update/apprise

apprise: 0.9.5.1 -> 0.9.6
This commit is contained in:
Mario Rodas 2021-12-08 02:31:22 -05:00 committed by GitHub
commit 241166600e
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.9.5.1";
version = "0.9.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-vwkHA66xK4LGhdazZ0o93+cSpGwgiTCMm8IC8D4G1Y0=";
sha256 = "sha256-Fe0GIIGXydKP2DzWnnJ7SCgIeaTGEa/Wta6l0N7zl/g=";
};
nativeBuildInputs = [ Babel installShellFiles ];