me
/
guix
Archived
1
0
Fork 0

gnu: r-biomart: Update to 2.56.0.

* gnu/packages/bioconductor.scm (r-biomart): Update to 2.56.0.
master
Ricardo Wurmus 2023-04-28 17:59:51 +02:00
parent 766fb8a21c
commit d0199e0c5c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5762,13 +5762,13 @@ on Bioconductor or which replace R functions.")
(define-public r-biomart
(package
(name "r-biomart")
(version "2.54.1")
(version "2.56.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "biomaRt" version))
(sha256
(base32
"13nhp97cklaimc3cd931hz584nc58szk2gyxrkfhp7knfli6jbpi"))))
"10cjysqnc1wr0ld3wjl79zv0irrmxb8hf03y63fbwcc43rjcgv07"))))
(properties
`((upstream-name . "biomaRt")))
(build-system r-build-system)