mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 17:53:14 +00:00
Merge pull request #69770 from r-ryantm/auto-update/python3.7-apprise
python37Packages.apprise: 0.7.9 -> 0.8.0
This commit is contained in:
commit
cb0f84d3dd
@ -1,21 +1,21 @@
|
|||||||
{ lib, buildPythonPackage, fetchPypi
|
{ lib, buildPythonPackage, fetchPypi
|
||||||
, Babel, decorator, requests, requests_oauthlib, six, click, markdown, pyyaml
|
, Babel, 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.9";
|
version = "0.8.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0zqnk255d311ibird08sv0c21fw1r1xhldhyx5lnl3ji1xkv9173";
|
sha256 = "02apbzckj158995k9ls0gr1m9hfk7nw3ck0bp7k41srl5wdys72i";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ Babel ];
|
nativeBuildInputs = [ Babel ];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
decorator requests requests_oauthlib six click markdown pyyaml
|
requests requests_oauthlib six click markdown pyyaml
|
||||||
];
|
];
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user