mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-apprise: Update to 1.9.1.
* gnu/packages/python-xyz.scm (python-apprise): Update to 1.9.1. [propagated-inputs]: Remove python-dataclasses. [native-inputs]: Remove python-coverage, python-cryptography, and python-paho-mqtt. Change-Id: I1fea6ae1fec1d89a3673c0632da7583e926b1970
This commit is contained in:
parent
66c5de6fc6
commit
0721761bee
1 changed files with 10 additions and 13 deletions
|
@ -314,13 +314,13 @@
|
||||||
(define-public python-apprise
|
(define-public python-apprise
|
||||||
(package
|
(package
|
||||||
(name "python-apprise")
|
(name "python-apprise")
|
||||||
(version "1.7.4")
|
(version "1.9.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "apprise" version))
|
(uri (pypi-uri "apprise" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0wvs1k71fipn617y9wsdcvwcgg2pd0nvriarlwl4438la4086ppg"))))
|
(base32 "12a6wh6ri2gr043ivghs0ivyfin80rfcqddv279gyvfq84nd1v3r"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -331,21 +331,18 @@
|
||||||
" and not test_plugin_mqtt_tls_no_verify_success"))))
|
" and not test_plugin_mqtt_tls_no_verify_success"))))
|
||||||
(propagated-inputs (list python-certifi
|
(propagated-inputs (list python-certifi
|
||||||
python-click
|
python-click
|
||||||
python-dataclasses
|
|
||||||
python-markdown
|
python-markdown
|
||||||
python-pyyaml
|
python-pyyaml
|
||||||
python-requests
|
python-requests
|
||||||
python-requests-oauthlib))
|
python-requests-oauthlib))
|
||||||
(native-inputs (list python-babel
|
(native-inputs
|
||||||
python-coverage
|
(list python-babel
|
||||||
python-cryptography
|
python-pytest
|
||||||
python-paho-mqtt
|
python-pytest-cov
|
||||||
python-pytest
|
python-pytest-mock
|
||||||
python-pytest-cov
|
python-pytest-xdist
|
||||||
python-pytest-mock
|
python-setuptools
|
||||||
python-pytest-xdist
|
python-wheel))
|
||||||
python-setuptools
|
|
||||||
python-wheel))
|
|
||||||
(home-page "https://github.com/caronc/apprise")
|
(home-page "https://github.com/caronc/apprise")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Push notification Python library that works with many platforms")
|
"Push notification Python library that works with many platforms")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue