Merge pull request #138758 from fabaff/bump-apprise

python3Packages.apprise: 0.9.4 -> 0.9.5.1
This commit is contained in:
Sandro 2021-09-21 15:54:15 +02:00 committed by GitHub
commit 43662dad8d
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.4";
version = "0.9.5.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-Q7iZD9GG8vPxITpn87l3yGtU+L8jwvs2Qi329LHlKrI=";
sha256 = "sha256-vwkHA66xK4LGhdazZ0o93+cSpGwgiTCMm8IC8D4G1Y0=";
};
nativeBuildInputs = [ Babel installShellFiles ];