guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: borg: Update to 1.0.7.


From: Leo Famulari
Subject: 03/03: gnu: borg: Update to 1.0.7.
Date: Fri, 19 Aug 2016 22:42:19 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit d760a2fc18c2ba89a183c9071133b8a113279f8a
Author: Leo Famulari <address@hidden>
Date:   Mon Aug 8 01:37:11 2016 -0400

    gnu: borg: Update to 1.0.7.
    
    * gnu/packages/backup.scm (borg): Update to 1.0.7.
---
 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 0a2e9b1..dcab95f 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -406,14 +406,14 @@ detection, and lossless compression.")
 (define-public borg
   (package
     (name "borg")
-    (version "1.0.6")
+    (version "1.0.7")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "borgbackup" version))
 
               (sha256
                (base32
-                "1dxn9p4xm0zd32xzzd9hs4a542db34clykrrnnv3hrdnc394895p"))))
+                "1l9iw55w5x51yxl3q89cf6avg80lajxvc8qz584hrsmnk6i56cr0"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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