guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: borg: Update to 1.1.1.


From: Tobias Geerinckx-Rice
Subject: 07/07: gnu: borg: Update to 1.1.1.
Date: Mon, 23 Oct 2017 09:32:20 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit cc14a90fd3ce34a371175de610f9befcb2dad52b
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Oct 23 14:30:52 2017 +0200

    gnu: borg: Update to 1.1.1.
    
    * gnu/packages/backup.scm (borg): Update to 1.1.1.
---
 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 4c5c9c7..9de120b 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -463,13 +463,13 @@ detection, and lossless compression.")
 (define-public borg
   (package
     (name "borg")
-    (version "1.1.0")
+    (version "1.1.1")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "borgbackup" version))
               (sha256
                (base32
-                "0vwyg0b4kxb0rspqwhvgi5c78dzimgkydf03wif27a40qhh1235l"))
+                "0iik5lq349cl87imlwra2pp0j36wjhpn8r1d3778azvvqpyjq2d5"))
               (modules '((guix build utils)))
               (snippet
                '(for-each



reply via email to

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