guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Borg: Update to 1.2.3.


From: guix-commits
Subject: branch master updated: gnu: Borg: Update to 1.2.3.
Date: Tue, 27 Dec 2022 12:56:00 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new aeb42167fd gnu: Borg: Update to 1.2.3.
aeb42167fd is described below

commit aeb42167fd869275151294f045f6924d5c6cda57
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sun Dec 25 12:59:17 2022 -0500

    gnu: Borg: Update to 1.2.3.
    
    * gnu/packages/backup.scm (borg): Update to 1.2.3.
---
 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 00d95e7b3d..8e629c2592 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -633,13 +633,13 @@ detection, and lossless compression.")
 (define-public borg
   (package
     (name "borg")
-    (version "1.2.2")
+    (version "1.2.3")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "borgbackup" version))
        (sha256
-        (base32 "0q3jwmwwa3jlb02cbkcgh5a9cvwg64vawaypn41bdgpi8ds6hc6p"))
+        (base32 "11b7jqv9sw22a9512b270d12k3mrcgmmcaimh6bgm5iwcgw1h973"))
        (modules '((guix build utils)))
        (snippet
         #~(begin



reply via email to

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