python3Packages.apprise: 0.9.3 -> 0.9.4

This commit is contained in:
Fabian Affolter
2021-08-15 18:54:26 +02:00
parent eeff62018b
commit cf5bad503c

View File

@@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "apprise";
version = "0.9.3";
version = "0.9.4";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-yKzpyJHUIkVYVwrL6oCPMd+QSVML2czWmQHCemXWAMQ=";
sha256 = "sha256-Q7iZD9GG8vPxITpn87l3yGtU+L8jwvs2Qi329LHlKrI=";
};
nativeBuildInputs = [ Babel installShellFiles ];