gnu: r-biomart: Update to 2.60.0.
* gnu/packages/bioconductor.scm (r-biomart): Update to 2.60.0. [propagated-inputs]: Remove r-httr and r-xml; add r-httr2. Change-Id: I6460b29e2a4d92be9e4675ddf461f65f79585449master
parent
a1d32a9206
commit
cfddce9f42
|
@ -7002,13 +7002,13 @@ on Bioconductor or which replace R functions.")
|
|||
(define-public r-biomart
|
||||
(package
|
||||
(name "r-biomart")
|
||||
(version "2.58.2")
|
||||
(version "2.60.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "biomaRt" version))
|
||||
(sha256
|
||||
(base32
|
||||
"03hl64j7fknw4gzw9w653zzw5gdxyi7r95vxr5ksz0m3n9xdv124"))))
|
||||
"0vsjldksykgs6z7afn8kbqzl489irvvzrzq75kqkhavyhxnavqkq"))))
|
||||
(properties
|
||||
`((upstream-name . "biomaRt")))
|
||||
(build-system r-build-system)
|
||||
|
@ -7016,11 +7016,10 @@ on Bioconductor or which replace R functions.")
|
|||
(list r-annotationdbi
|
||||
r-biocfilecache
|
||||
r-digest
|
||||
r-httr
|
||||
r-httr2
|
||||
r-progress
|
||||
r-rappdirs
|
||||
r-stringr
|
||||
r-xml
|
||||
r-xml2))
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
|
|
Reference in New Issue