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


From: Leo Famulari
Subject: 01/01: gnu: borg: Update to 1.0.1.
Date: Mon, 11 Apr 2016 05:43:24 +0000

lfam pushed a commit to branch master
in repository guix.

commit ce8eeaf7a4889f1d9d367b2adcd91c1f0a668b82
Author: Leo Famulari <address@hidden>
Date:   Sat Apr 9 23:43:54 2016 -0400

    gnu: borg: Update to 1.0.1.
    
    * gnu/packages/backup.scm (borg): Update to 1.0.1.
---
 gnu/packages/backup.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index ec95769..619c5cb 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -410,13 +410,13 @@ detection, and lossless compression.")
 (define-public borg
   (package
     (name "borg")
-    (version "1.0.0")
+    (version "1.0.1")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "borgbackup" version))
               (sha256
                (base32
-                "0wa6cvqs3rni5nwrgagigchcly8a53rxk56z0zn8iaii2cqrw2sh"))))
+                "1fhzsj66fnyz8059k0zx8ldhyjqj73980qrz48aqwz1097kc58jq"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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