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


From: Leo Famulari
Subject: 01/01: gnu: borg: Update to 1.0.6.
Date: Fri, 15 Jul 2016 16:20:40 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 2d74d94b17b23ab95072da68553d85ac0b3bfede
Author: Leo Famulari <address@hidden>
Date:   Thu Jul 7 13:46:00 2016 -0400

    gnu: borg: Update to 1.0.6.
    
    * gnu/packages/backup.scm (borg): Update to 1.0.6.
    [source]: Use pypi-uri.
---
 gnu/packages/backup.scm |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

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



reply via email to

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