mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: borgmatic: Update to 2.0.7.
* gnu/packages/backup.scm (borgmatic): Update to 2.0.7. [inputs]: Remove python-colorama. Change-Id: I236753e33f21bc8f04e3dad5e4248ba2c4c04398 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
368bea2615
commit
26a50fec79
1 changed files with 2 additions and 3 deletions
|
@ -1329,13 +1329,13 @@ compression parameters used by Gzip.")
|
||||||
(define-public borgmatic
|
(define-public borgmatic
|
||||||
(package
|
(package
|
||||||
(name "borgmatic")
|
(name "borgmatic")
|
||||||
(version "1.8.14")
|
(version "2.0.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "borgmatic" version))
|
(uri (pypi-uri "borgmatic" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0im7kx9mq1gymid88wa6yxcif4bdqpz5lag5fp9kpm8r5k13p2sr"))))
|
(base32 "01l44ny2zyn7x1hhbvhhhwr12jipcjxl3j1cz13kf6c3bdfwms8y"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -1371,7 +1371,6 @@ compression parameters used by Gzip.")
|
||||||
(inputs
|
(inputs
|
||||||
(list borg
|
(list borg
|
||||||
python-apprise
|
python-apprise
|
||||||
python-colorama
|
|
||||||
python-jsonschema
|
python-jsonschema
|
||||||
python-requests
|
python-requests
|
||||||
python-ruamel.yaml))
|
python-ruamel.yaml))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue