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.1.17.


From: guix-commits
Subject: branch master updated: gnu: Borg: Update to 1.1.17.
Date: Tue, 13 Jul 2021 13:08:07 -0400

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 c111a50  gnu: Borg: Update to 1.1.17.
c111a50 is described below

commit c111a501f64fc1e00b4efeea7a408a410cf43f61
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Mon Jul 12 22:59:54 2021 -0400

    gnu: Borg: Update to 1.1.17.
    
    * gnu/packages/backup.scm (borg): Update to 1.1.17.
---
 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 78e1b83..34ddba4 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -575,13 +575,13 @@ detection, and lossless compression.")
 (define-public borg
   (package
     (name "borg")
-    (version "1.1.16")
+    (version "1.1.17")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "borgbackup" version))
        (sha256
-        (base32 "0l1dqfwrd9l34rg30cmzmq5bs6yha6kg4vy313jq611jsqj94mmw"))
+        (base32 "0x0ncy0b0bmf586hbdgrif3gjmkdw760vfnfxndr493v07y29fbs"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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