me
/
guix
Archived
1
0
Fork 0

gnu: r-biomart: Update to 2.58.1.

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

Change-Id: I6304e3be6919367f5d9d99ddb7aae75ab39b9985
master
Ricardo Wurmus 2024-01-30 16:59:51 +01:00
parent 6f11ca52f1
commit 1c27a3a8a8
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 (define-public r-biomart
(package (package
(name "r-biomart") (name "r-biomart")
(version "2.58.0") (version "2.58.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "biomaRt" version)) (uri (bioconductor-uri "biomaRt" version))
(sha256 (sha256
(base32 (base32
"1m6c6m9z0d1k6s2q0ikd78ahcq72gzqnhlprdn0xvkjxrgh1i2lf")))) "1wzcs1v9ja80rqfbssb0slvnpdnx48avbpvv8340d10k4x4xsqkm"))))
(properties (properties
`((upstream-name . "biomaRt"))) `((upstream-name . "biomaRt")))
(build-system r-build-system) (build-system r-build-system)