mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-experimenthub: Update to 2.10.0.
* gnu/packages/bioconductor.scm (r-experimenthub): Update to 2.10.0. Change-Id: I1a47361ad688a9f3219a8d9e6ff2531728129177
This commit is contained in:
parent
7943457076
commit
2b79447123
1 changed files with 2 additions and 2 deletions
|
@ -19614,14 +19614,14 @@ (define-public r-biocviews
|
|||
(define-public r-experimenthub
|
||||
(package
|
||||
(name "r-experimenthub")
|
||||
(version "2.8.1")
|
||||
(version "2.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ExperimentHub" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1md6lan98h95jv776zyvl5im39gz4h6fdxw571vfahgr4b2nxvm4"))))
|
||||
"1prl24sg5l142155z3iaxrvig2wv2xqajq02nj30jjjih4p4936w"))))
|
||||
(properties `((upstream-name . "ExperimentHub")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue