build-system/r: bioconductor-uri: Fix archive URL.
* guix/build-system/r.scm (bioconductor-uri): Fix archive URL. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
parent
3e51f9eb3a
commit
b032d14ebd
|
@ -61,7 +61,7 @@ release corresponding to NAME and VERSION."
|
|||
;; TODO: use %bioconductor-version from (guix import cran)
|
||||
(string-append "https://bioconductor.org/packages/3.11"
|
||||
type-url-part
|
||||
"/src/contrib/Archive/"
|
||||
"/src/contrib/"
|
||||
name "_" version ".tar.gz"))))
|
||||
|
||||
(define %r-build-system-modules
|
||||
|
|
Reference in New Issue