mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: r-beadarray: Update to 2.52.0.
* gnu/packages/bioconductor.scm (r-beadarray): Update to 2.52.0. Change-Id: Id9bf32ed5c1ce7ab77eda56e2c05dacc6ce987dd
This commit is contained in:
parent
0223873ff9
commit
87a27ee369
1 changed files with 2 additions and 2 deletions
|
@ -20627,13 +20627,13 @@ (define-public r-beachmat
|
|||
(define-public r-beadarray
|
||||
(package
|
||||
(name "r-beadarray")
|
||||
(version "2.50.0")
|
||||
(version "2.52.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "beadarray" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0rd41193rq6v4a97ibp0l2bz140nsv91plhn7iim8d8n9hgxqhjp"))))
|
||||
"0qwka7549mlv2x80bjrzdsy4a6h35yxrhj2cxss9aigwsbjb7sjr"))))
|
||||
(properties `((upstream-name . "beadarray")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-annotationdbi
|
||||
|
|
Loading…
Reference in a new issue