me
/
guix
Archived
1
0
Fork 0

gnu: r-biomart: Update to 2.48.2.

* gnu/packages/bioconductor.scm (r-biomart): Update to 2.48.2.
master
Ricardo Wurmus 2021-07-10 13:26:08 +02:00
parent 74bfaf92db
commit 03c9d86432
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2154,13 +2154,13 @@ on Bioconductor or which replace R functions.")
(define-public r-biomart (define-public r-biomart
(package (package
(name "r-biomart") (name "r-biomart")
(version "2.48.1") (version "2.48.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "biomaRt" version)) (uri (bioconductor-uri "biomaRt" version))
(sha256 (sha256
(base32 (base32
"1a1lh0z1vk1q3wil85pi7v0f9miv070sjkbnwbw390zvncwakqxa")))) "1na271z9gc3b7xfcghbljj9lqq6v9b2kb71xahsq544yv4z9w8xj"))))
(properties (properties
`((upstream-name . "biomaRt"))) `((upstream-name . "biomaRt")))
(build-system r-build-system) (build-system r-build-system)