import cran: latest-bioconductor-release: Wrap Bioconductor URL in list.
* guix/import/cran.scm (latest-bioconductor-release): Wrap Bioconductor URL in list in the "urls" field of the "upstream-source" value.
This commit is contained in:
parent
96101b6718
commit
9916ae15bb
|
@ -267,7 +267,7 @@ s-expression corresponding to that package, or #f on failure."
|
||||||
(upstream-source
|
(upstream-source
|
||||||
(package (package-name package))
|
(package (package-name package))
|
||||||
(version version)
|
(version version)
|
||||||
(urls (bioconductor-uri upstream-name version))))))
|
(urls (list (bioconductor-uri upstream-name version)))))))
|
||||||
|
|
||||||
(define (cran-package? package)
|
(define (cran-package? package)
|
||||||
"Return true if PACKAGE is an R package from CRAN."
|
"Return true if PACKAGE is an R package from CRAN."
|
||||||
|
|
Loading…
Reference in New Issue