mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: r-biomart: Update to 2.42.0.
* gnu/packages/bioinformatics.scm (r-biomart): Update to 2.42.0. [propagated-inputs]: Add r-biocfilecache, r-openssl, and r-rappdirs; remove r-rcurl.
This commit is contained in:
parent
5854a4a265
commit
68a9d9f26a
1 changed files with 5 additions and 3 deletions
|
@ -7648,21 +7648,23 @@ (define-public r-annotationdbi
|
|||
(define-public r-biomart
|
||||
(package
|
||||
(name "r-biomart")
|
||||
(version "2.40.5")
|
||||
(version "2.42.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "biomaRt" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1kjvxnkpsx3j2hji3cg3ka2gv8a9mg117lzzxyqjb7qa4zw7dipx"))))
|
||||
"0difh4dsccjzhpfkvajy2adh98ym9164gd6clnsnic6qr6sk86ss"))))
|
||||
(properties
|
||||
`((upstream-name . "biomaRt")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-annotationdbi" ,r-annotationdbi)
|
||||
("r-biocfilecache" ,r-biocfilecache)
|
||||
("r-httr" ,r-httr)
|
||||
("r-openssl" ,r-openssl)
|
||||
("r-progress" ,r-progress)
|
||||
("r-rcurl" ,r-rcurl)
|
||||
("r-rappdirs" ,r-rappdirs)
|
||||
("r-stringr" ,r-stringr)
|
||||
("r-xml" ,r-xml)))
|
||||
(home-page "https://bioconductor.org/packages/biomaRt")
|
||||
|
|
Loading…
Reference in a new issue