python3Packages.apprise: 0.9.4 -> 0.9.5.1

This commit is contained in:
Fabian Affolter 2021-09-21 00:11:08 +02:00
parent 01a635f58b
commit 0e814601e9

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 ];