gnu: r-biomart: Update to 2.54.0.

* gnu/packages/bioconductor.scm (r-biomart): Update to 2.54.0.
This commit is contained in:
zimoun 2022-11-17 03:50:08 +01:00 committed by Ricardo Wurmus
parent a0d2db2e08
commit 1ef39d3d28
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4504,13 +4504,13 @@ (define-public r-biobase
(define-public r-biomart
(package
(name "r-biomart")
(version "2.52.0")
(version "2.54.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "biomaRt" version))
(sha256
(base32
"0yn3kanyrplc89a900xiz33nw1v23mkljvd5isizgs8gzvwzf8xg"))))
"0c6agi652kbffqwd1r3c22ncisqaiy3gqbc9fz13767rr71im6lq"))))
(properties
`((upstream-name . "biomaRt")))
(build-system r-build-system)