guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: borgmatic: Update to 1.7.12.


From: guix-commits
Subject: 03/03: gnu: borgmatic: Update to 1.7.12.
Date: Tue, 18 Apr 2023 19:51:16 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit b82a18c8a33482249c634de1e91be18ac10a3c76
Author: Fabio Natali <me@fabionatali.com>
AuthorDate: Tue Apr 18 13:46:09 2023 +0100

    gnu: borgmatic: Update to 1.7.12.
    
    * 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(-)

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 @@ compression parameters used by Gzip.")
 (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]