guix-commits
[Top][All Lists]
Advanced

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

23/29: gnu: r-do-db: Use bioconductor-uri.


From: guix-commits
Subject: 23/29: gnu: r-do-db: Use bioconductor-uri.
Date: Wed, 4 Dec 2019 03:46:47 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit eed2766a45b1aa3278fff7f915a6f717b57a8ab7
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Dec 4 09:35:26 2019 +0100

    gnu: r-do-db: Use bioconductor-uri.
    
    * gnu/packages/bioconductor.scm (r-do-db)[source]: Use bioconductor-uri.
---
 gnu/packages/bioconductor.scm | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 69e628b..42eb829 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -676,11 +676,7 @@ annotations.")
     (version "2.9")
     (source (origin
               (method url-fetch)
-              ;; We cannot use bioconductor-uri here because this tarball is
-              ;; located under "data/annotation/" instead of "bioc/".
-              (uri (string-append "https://www.bioconductor.org/packages/";
-                                  "release/data/annotation/src/contrib/"
-                                  "DO.db_" version ".tar.gz"))
+              (uri (bioconductor-uri "DO.db" version 'annotation))
               (sha256
                (base32
                 "10bqqa124l61ivzy4mdd3z3ar9a6537qbxw23pc4y9w8a6dwnavn"))))



reply via email to

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