me
/
guix
Archived
1
0
Fork 0

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: I6460b29e2a4d92be9e4675ddf461f65f79585449
master
Ricardo Wurmus 2024-05-07 12:32:53 +02:00
parent a1d32a9206
commit cfddce9f42
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 4 deletions

View File

@ -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))