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

python310Packages.apprise: 0.9.8.2 -> 0.9.8.3
This commit is contained in:
Mario Rodas 2022-04-30 01:42:38 -05:00 committed by GitHub
commit 6d171be185
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.8.2";
version = "0.9.8.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-EDKa77sU09HOBp4NVsHNwp6S4UbHyqX8T8rFGOnV8kA=";
hash = "sha256-24OYAjbnzer0KyTRx7Kty8HVsHdon+l4UazcWMIm428=";
};
nativeBuildInputs = [