This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 26a50fec79 gnu: borgmatic: Update to 2.0.7.
26a50fec79 is described below
commit 26a50fec797f1a0f9a4fe6b25f143cfd117a311d
Author: Fabio Natali <[email protected]>
AuthorDate: Tue Aug 19 16:30:56 2025 +0100
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 <[email protected]>
---
gnu/packages/backup.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 42eebac7fa..c92975a2d1 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -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))