mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: r-raggedexperiment: Update to 1.26.0.
* gnu/packages/bioconductor.scm (r-raggedexperiment): Update to 1.26.0. [propagated-inputs]: Add r-biocbaseutils. Change-Id: I44e267380de6286edd61f896bd688753c9fc9ea9
This commit is contained in:
parent
c333878ff5
commit
f246bfb448
1 changed files with 4 additions and 3 deletions
|
@ -7999,16 +7999,17 @@ (define-public r-radiogx
|
|||
(define-public r-raggedexperiment
|
||||
(package
|
||||
(name "r-raggedexperiment")
|
||||
(version "1.24.2")
|
||||
(version "1.26.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "RaggedExperiment" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0aa886mmk1c5h1i3xnk4niq4ylrawpsn2f62hwmfj5dsyl8a36ka"))))
|
||||
"07wx2icvxgrds1w7cx9pn99z6rzk2ih938j8g1laxmgx9sya74v6"))))
|
||||
(properties `((upstream-name . "RaggedExperiment")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-biocgenerics
|
||||
(propagated-inputs (list r-biocbaseutils
|
||||
r-biocgenerics
|
||||
r-genomeinfodb
|
||||
r-genomicranges
|
||||
r-iranges
|
||||
|
|
Loading…
Reference in a new issue