python310Packages.apprise: 0.9.7 -> 0.9.8

This commit is contained in:
R. Ryantm 2022-04-20 09:59:43 +00:00
parent 4389bfe8f0
commit 45e8dc9a14

View file

@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "apprise";
version = "0.9.7";
version = "0.9.8";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-BOMeSvwmGiZvA95+e2bceCGXRwowU5+zJAl7Sn4wKqM=";
hash = "sha256-PK1WxfJHWHbe/l+/6woBA2Gik+rKF5Uiuf35r4KNzEM=";
};
nativeBuildInputs = [