Merge pull request #169418 from r-ryantm/auto-update/python310Packages.apprise

python310Packages.apprise: 0.9.7 -> 0.9.8
This commit is contained in:
Mario Rodas 2022-04-22 04:33:06 -05:00 committed by GitHub
commit ec2daebd3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [