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:
Fabio Natali 2025-08-19 16:30:56 +01:00 committed by Andreas Enge
parent 368bea2615
commit 26a50fec79
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -1329,13 +1329,13 @@ compression parameters used by Gzip.")
(define-public borgmatic
(package
(name "borgmatic")
(version "1.8.14")
(version "2.0.7")
(source
(origin
(method url-fetch)
(uri (pypi-uri "borgmatic" version))
(sha256
(base32 "0im7kx9mq1gymid88wa6yxcif4bdqpz5lag5fp9kpm8r5k13p2sr"))))
(base32 "01l44ny2zyn7x1hhbvhhhwr12jipcjxl3j1cz13kf6c3bdfwms8y"))))
(build-system pyproject-build-system)
(arguments
(list
@ -1371,7 +1371,6 @@ compression parameters used by Gzip.")
(inputs
(list borg
python-apprise
python-colorama
python-jsonschema
python-requests
python-ruamel.yaml))