[PATCH] gnu: borgmatic: Update to 1.7.12.

  • Done
  • quality assurance status badge
Details
3 participants
  • Andreas Enge
  • Leo Famulari
  • Fabio Natali
Owner
unassigned
Submitted by
Fabio Natali
Severity
normal

Debbugs page

Fabio Natali wrote 2 years ago
(address . guix-patches@gnu.org)(name . Fabio Natali)(address . me@fabionatali.com)
f40f58def2108b1d298e3edb866899b6e8f71fa4.1681821774.git.me@fabionatali.com
Updating borgmatic to 1.7.12.

---
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.39.2
Leo Famulari wrote 2 years ago
(name . Fabio Natali)(address . me@fabionatali.com)(address . 62931-done@debbugs.gnu.org)
ZD8tCKmAQ+oX4EhG@jasmine.lan
On Tue, Apr 18, 2023 at 01:46:09PM +0100, Fabio Natali wrote:
Toggle quote (2 lines)
> Updating borgmatic to 1.7.12.

Thank you! I standardized the commit message and pushed as
b82a18c8a33482249c634de1e91be18ac10a3c76
Closed
Fabio Natali wrote 2 years ago
(name . Leo Famulari)(address . leo@famulari.name)(address . 62931-done@debbugs.gnu.org)
87ildsb6a5.fsf@reckondigital.com
On 2023-04-18, 19:51 -0400, Leo Famulari <leo@famulari.name> wrote:
Toggle quote (3 lines)
> Thank you! I standardized the commit message and pushed as
> b82a18c8a33482249c634de1e91be18ac10a3c76

Hey Leo, thanks!! And thanks for fixing the commit message for me.

Best, Fabio.
Closed
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 62931@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 62931
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