guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: attic: Use PYPI-URI.


From: guix-commits
Subject: 04/06: gnu: attic: Use PYPI-URI.
Date: Fri, 25 Jan 2019 17:28:35 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 99d174461182fb7b29bbd40e67af7a281f84688a
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Jan 25 23:21:20 2019 +0100

    gnu: attic: Use PYPI-URI.
    
    * gnu/packages/backup.scm (attic)[source]: Use PYPI-URI.
---
 gnu/packages/backup.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 5d90135..d50c7e4 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -638,9 +638,7 @@ to not fully trusted targets.  Borg is a fork of Attic.")
     (version "0.16")
     (source (origin
               (method url-fetch)
-              (uri (string-append
-                    "https://pypi.python.org/packages/source/A/Attic/Attic-";
-                    version ".tar.gz"))
+              (uri (pypi-uri "Attic" version))
               (sha256
                (base32
                 "0b5skd36r4c0915lwpkqg5hxm49gls9pprs1b7hc40910wlcsl36"))))



reply via email to

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