apprise: 0.9.4 -> 0.9.5.1

This commit is contained in:
R. RyanTM
2021-09-19 00:59:27 +00:00
parent 48bf1250a8
commit 3d83645ff5
@@ -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 ];