mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
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>
This commit is contained in:
parent
3e51f9eb3a
commit
b032d14ebd
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ (define* (bioconductor-uri name version #:optional type)
|
|||
;; 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
|
||||
|
|
Loading…
Reference in a new issue