aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/nixpkgs/pkgs/development/python-modules/apprise/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'infra/libkookie/nixpkgs/pkgs/development/python-modules/apprise/default.nix')
-rw-r--r--infra/libkookie/nixpkgs/pkgs/development/python-modules/apprise/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/infra/libkookie/nixpkgs/pkgs/development/python-modules/apprise/default.nix b/infra/libkookie/nixpkgs/pkgs/development/python-modules/apprise/default.nix
index 1c140266b9eb..5c260692887a 100644
--- a/infra/libkookie/nixpkgs/pkgs/development/python-modules/apprise/default.nix
+++ b/infra/libkookie/nixpkgs/pkgs/development/python-modules/apprise/default.nix
@@ -1,15 +1,15 @@
{ lib, buildPythonPackage, fetchPypi
, Babel, requests, requests_oauthlib, six, click, markdown, pyyaml
-, pytestrunner, coverage, flake8, mock, pytest, pytestcov, tox
+, pytestrunner, coverage, flake8, mock, pytest, pytestcov, tox, gntp, sleekxmpp
}:
buildPythonPackage rec {
pname = "apprise";
- version = "0.8.7";
+ version = "0.8.9";
src = fetchPypi {
inherit pname version;
- sha256 = "18a65c5917bf7f2d48bb557bf0879e49c5293b4c0e9809328387ae09338ae37b";
+ sha256 = "024db00c6a80dbc8c9038b2de211c9fd32963046612882f3f54ad78930f3e0f7";
};
nativeBuildInputs = [ Babel ];
@@ -19,7 +19,7 @@ buildPythonPackage rec {
];
checkInputs = [
- pytestrunner coverage flake8 mock pytest pytestcov tox
+ pytestrunner coverage flake8 mock pytest pytestcov tox gntp sleekxmpp
];
meta = with lib; {