apprise: 0.9.5.1 -> 0.9.6

This commit is contained in:
R. Ryantm 2021-12-06 08:01:30 +00:00
parent 1657d58122
commit 66c60d196b

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