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


From: Leo Famulari
Subject: 01/01: gnu: borg: Update to 1.0.3.
Date: Mon, 23 May 2016 16:27:29 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 148e8e8e7544b33cf655c9b97407a8d00ef58396
Author: Leo Famulari <address@hidden>
Date:   Mon May 23 02:55:54 2016 -0400

    gnu: borg: Update to 1.0.3.
    
    * gnu/packages/backup.scm (borg): Update to 1.0.3.
    [source]: Remove pypi-uri.
---
 gnu/packages/backup.scm |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 917bee7..cb47ef3 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -418,13 +418,17 @@ detection, and lossless compression.")
 (define-public borg
   (package
     (name "borg")
-    (version "1.0.2")
+    (version "1.0.3")
     (source (origin
               (method url-fetch)
-              (uri (pypi-uri "borgbackup" version))
+              (uri (string-append
+                     "https://pypi.python.org/packages/";
+                     
"c9/c6/1efc338724b054d4d264dfeadfcba11cefa6c3c50f474cec91b8f0c21d3a"
+                     "/borgbackup-" version ".tar.gz"))
+
               (sha256
                (base32
-                "1myz10pwxnac9z59gw1w3xjhz6ghx03vngpl97ca527pj0r39shi"))))
+                "0kzr0xa00yjfxx27aipli67qg5ffj52yrnqhpf3sdy6k5wzwaybs"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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