mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-raggedexperiment: Update to 1.24.2.
* gnu/packages/bioconductor.scm (r-raggedexperiment): Update to 1.24.2.
This commit is contained in:
parent
8365b201f4
commit
ce88bfafc3
1 changed files with 2 additions and 2 deletions
|
@ -7633,13 +7633,13 @@ (define-public r-hpar
|
|||
(define-public r-raggedexperiment
|
||||
(package
|
||||
(name "r-raggedexperiment")
|
||||
(version "1.24.0")
|
||||
(version "1.24.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "RaggedExperiment" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1xs7dz5mkh9zs078g2a0izij8vxrwhzh7gyjglp057gicsca0hal"))))
|
||||
"0aa886mmk1c5h1i3xnk4niq4ylrawpsn2f62hwmfj5dsyl8a36ka"))))
|
||||
(properties `((upstream-name . "RaggedExperiment")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-biocgenerics
|
||||
|
|
Loading…
Reference in a new issue