diff mbox series

[bug#62931] gnu: borgmatic: Update to 1.7.12.

Message ID f40f58def2108b1d298e3edb866899b6e8f71fa4.1681821774.git.me@fabionatali.com
State New
Headers show
Series [bug#62931] gnu: borgmatic: Update to 1.7.12. | expand

Commit Message

Fabio Natali April 18, 2023, 12:46 p.m. UTC
Updating borgmatic to 1.7.12.

---
 gnu/packages/backup.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Leo Famulari April 18, 2023, 11:51 p.m. UTC | #1
On Tue, Apr 18, 2023 at 01:46:09PM +0100, Fabio Natali wrote:
> Updating borgmatic to 1.7.12.

Thank you! I standardized the commit message and pushed as
b82a18c8a33482249c634de1e91be18ac10a3c76
Fabio Natali April 19, 2023, 8:55 a.m. UTC | #2
On 2023-04-18, 19:51 -0400, Leo Famulari <leo@famulari.name> wrote:
> 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.
Andreas Enge April 22, 2023, 8:47 p.m. UTC | #3
Pushed as commit c7918bbe98283251072366215252784e2abdc2a4 .

Thanks,

Andreas
diff mbox series

Patch

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