python37Packages.apprise: 0.7.8 -> 0.7.9

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-apprise/versions
This commit is contained in:
R. RyanTM 2019-08-05 01:53:17 -07:00 committed by Mario Rodas
parent c9091c1d9d
commit 466fe8690c
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8

View File

@ -1,21 +1,21 @@
{ lib, buildPythonPackage, fetchPypi { lib, buildPythonPackage, fetchPypi
, Babel, decorator, requests, requests_oauthlib, oauthlib, urllib3, six, click, markdown, pyyaml , Babel, decorator, requests, requests_oauthlib, six, click, markdown, pyyaml
, pytestrunner, coverage, flake8, mock, pytest, pytestcov, tox , pytestrunner, coverage, flake8, mock, pytest, pytestcov, tox
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "apprise"; pname = "apprise";
version = "0.7.8"; version = "0.7.9";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "15xv7lhivjhgsaw5j30w1fkk8y33r8nkr2hwp8z1jmsxhdv9l03y"; sha256 = "0zqnk255d311ibird08sv0c21fw1r1xhldhyx5lnl3ji1xkv9173";
}; };
nativeBuildInputs = [ Babel ]; nativeBuildInputs = [ Babel ];
propagatedBuildInputs = [ propagatedBuildInputs = [
decorator requests requests_oauthlib oauthlib urllib3 six click markdown pyyaml decorator requests requests_oauthlib six click markdown pyyaml
]; ];
checkInputs = [ checkInputs = [