guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: borg: Update to 1.0.2.


From: Leo Famulari
Subject: 01/01: gnu: borg: Update to 1.0.2.
Date: Sun, 24 Apr 2016 22:59:41 +0000

lfam pushed a commit to branch master
in repository guix.

commit 74182c4f31f65365436428f7ab65646c66ede5dd
Author: Leo Famulari <address@hidden>
Date:   Sun Apr 17 14:53:18 2016 -0400

    gnu: borg: Update to 1.0.2.
    
    * gnu/packages/backup.scm (borg): Update to 1.0.2.
---
 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 4bdb9ca..a7b48f1 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -409,13 +409,13 @@ detection, and lossless compression.")
 (define-public borg
   (package
     (name "borg")
-    (version "1.0.1")
+    (version "1.0.2")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "borgbackup" version))
               (sha256
                (base32
-                "1fhzsj66fnyz8059k0zx8ldhyjqj73980qrz48aqwz1097kc58jq"))))
+                "1myz10pwxnac9z59gw1w3xjhz6ghx03vngpl97ca527pj0r39shi"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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