[PATCH] gnu: borgmatic: Update to 1.7.12.

  • Done
  • quality assurance status badge
Details
2 participants
  • Andreas Enge
  • Navid Afkhami
Owner
unassigned
Submitted by
Navid Afkhami
Severity
normal

Debbugs page

Navid Afkhami wrote 2 years ago
(address . guix-patches@gnu.org)
20230420090256.35232-1-navid.afkhami@mdc-berlin.de
From: Fabio Natali <me@fabionatali.com>

* gnu/packages/backup.scm (borgmatic): Update to 1.7.12.

Signed-off-by: Leo Famulari <leo@famulari.name>
---
gnu/packages/backup.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (22 lines)
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 97a4c36696..134647d33d 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -1255,13 +1255,13 @@ (define-public disarchive
(define-public borgmatic
(package
(name "borgmatic")
- (version "1.7.9")
+ (version "1.7.12")
(source
(origin
(method url-fetch)
(uri (pypi-uri "borgmatic" version))
(sha256
- (base32 "1scfh90qgv8xhafnnpl3pa9d8m4rg9xgvf21yybvmsnm5v1k2x5z"))))
+ (base32 "0720wvs3h2w8h28d7mpvjfp0q37dnrwf1y2ik3y4yr9csih7fmgh"))))
(build-system python-build-system)
(arguments
(list #:phases
--
2.34.1
Andreas Enge wrote 2 years ago
Close
ZERH5Dw2xmv3L8kv@jurong
Pushed as commit c7918bbe98283251072366215252784e2abdc2a4 .

Thanks,

Andreas
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 62963@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 62963
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help