mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: r-rcas: Update to 1.28.2.
* gnu/packages/bioconductor.scm (r-rcas): Update to 1.28.2. Change-Id: I2406be8ad960d235124eabd3d1dab9605994d707
This commit is contained in:
parent
45b4cdb52e
commit
e8e0f0e5b9
1 changed files with 3 additions and 3 deletions
|
@ -9455,13 +9455,13 @@ (define-public r-rbgl
|
|||
(define-public r-rcas
|
||||
(package
|
||||
(name "r-rcas")
|
||||
(version "1.26.0")
|
||||
(version "1.28.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "RCAS" version))
|
||||
(sha256
|
||||
(base32
|
||||
"073fhbh0pzyca90q2irbaiwj21sci8jf9ksflx9pm9fr1giy37i4"))))
|
||||
"19ildsck3g8v4w0g2f473sb8hyhn4avprdi78fim0prva5f9nqnv"))))
|
||||
(properties `((upstream-name . "RCAS")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
@ -9487,9 +9487,9 @@ (define-public r-rcas
|
|||
r-plotrix
|
||||
r-proxy
|
||||
r-ranger
|
||||
r-rmarkdown
|
||||
r-rsqlite
|
||||
r-rtracklayer
|
||||
r-rmarkdown
|
||||
r-s4vectors
|
||||
pandoc))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue