me
/
guix
Archived
1
0
Fork 0

gnu: r-biomart: Update to 2.58.2.

* gnu/packages/bioconductor.scm (r-biomart): Update to 2.58.2.

Change-Id: Ie00a4761278b91a3d17a23a1d3f8b02ecca0f255
master
Ricardo Wurmus 2024-02-01 23:23:36 +01:00
parent ed8876cc72
commit c641665dcd
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6763,13 +6763,13 @@ on Bioconductor or which replace R functions.")
(define-public r-biomart
(package
(name "r-biomart")
(version "2.58.1")
(version "2.58.2")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "biomaRt" version))
(sha256
(base32
"1wzcs1v9ja80rqfbssb0slvnpdnx48avbpvv8340d10k4x4xsqkm"))))
"03hl64j7fknw4gzw9w653zzw5gdxyi7r95vxr5ksz0m3n9xdv124"))))
(properties
`((upstream-name . "biomaRt")))
(build-system r-build-system)