mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: r-experimenthubdata: Update to 1.30.0.
* gnu/packages/bioconductor.scm (r-experimenthubdata): Update to 1.30.0. Change-Id: I6c13e5cef512e7122016908afc71c447a7d7990f
This commit is contained in:
parent
bdffd215a6
commit
2d925ce80e
1 changed files with 2 additions and 2 deletions
|
@ -21109,13 +21109,13 @@ (define-public r-experimenthub
|
|||
(define-public r-experimenthubdata
|
||||
(package
|
||||
(name "r-experimenthubdata")
|
||||
(version "1.28.0")
|
||||
(version "1.30.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ExperimentHubData" version))
|
||||
(sha256
|
||||
(base32 "0msg3wpz1ppvwc4dsm9bz9h4y4hz67xr1xwp4vv4100sg0i5v9jn"))))
|
||||
(base32 "1adm3b0nacbdi4x5z71iiif9d876m3ip6crhbbr2hw4mbk6is7qn"))))
|
||||
(properties `((upstream-name . "ExperimentHubData")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-annotationhubdata
|
||||
|
|
Loading…
Reference in a new issue