Merge pull request #195167 from r-ryantm/auto-update/apprise

apprise: 1.0.0 -> 1.1.0
This commit is contained in:
Mario Rodas 2022-10-08 22:54:29 -05:00 committed by GitHub
commit d1f90e1b22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "apprise";
version = "1.0.0";
version = "1.1.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-llOQAzH4vR9O+pzaLCueJ7aar7Kt8UsrzmV5f3UzOss=";
hash = "sha256-92eoBwp3fcKb9zCBeeC2ndLeZeZpM+2JsZmef/5yO2A=";
};
nativeBuildInputs = [