mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: r-experimenthub: Update to 2.8.1.
* gnu/packages/bioconductor.scm (r-experimenthub): Update to 2.8.1.
This commit is contained in:
parent
22db2a63fe
commit
ad457d0114
1 changed files with 2 additions and 2 deletions
|
@ -17777,14 +17777,14 @@ (define-public r-biocviews
|
|||
(define-public r-experimenthub
|
||||
(package
|
||||
(name "r-experimenthub")
|
||||
(version "2.8.0")
|
||||
(version "2.8.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ExperimentHub" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0n55p4n2aadxh182lxxms3bk4bpajamivvqj06v09q2n9xnhjs7k"))))
|
||||
"1md6lan98h95jv776zyvl5im39gz4h6fdxw571vfahgr4b2nxvm4"))))
|
||||
(properties `((upstream-name . "ExperimentHub")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue