1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 20:10:39 +02:00

gnu: r-biomart: Update to 2.64.0.

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

Change-Id: I7c02a16eb87c4ca33551155df0a2c687275263d6
This commit is contained in:
Ricardo Wurmus 2025-04-29 18:55:35 +02:00
parent 1f57a1db08
commit c0134b79a8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8446,13 +8446,13 @@ on Bioconductor or which replace R functions.")
(define-public r-biomart
(package
(name "r-biomart")
(version "2.62.1")
(version "2.64.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "biomaRt" version))
(sha256
(base32
"1g0qz7wn87iszws5khc61a22rxlc5frswxv4gm56hxgk1387glgi"))))
"1yyzl573jyv61q6q3h36k7as6nkgh7cpxz5i4f28q6yfcz2imjsz"))))
(properties
`((upstream-name . "biomaRt")))
(build-system r-build-system)