mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 09:22:05 -05:00
gnu: r-depecher: Update to 1.20.0.
* gnu/packages/bioconductor.scm (r-depecher): Update to 1.20.0. [propagated-inputs]: Add r-clusterr. Change-Id: I438cfd508bb90af157a1b17a520d17374b5e1007
This commit is contained in:
parent
e258bc7be1
commit
ed72f9bf20
1 changed files with 3 additions and 2 deletions
|
@ -19199,18 +19199,19 @@ (define-public r-mixomics
|
||||||
(define-public r-depecher
|
(define-public r-depecher
|
||||||
(package ;Source/Weave error
|
(package ;Source/Weave error
|
||||||
(name "r-depecher")
|
(name "r-depecher")
|
||||||
(version "1.18.0")
|
(version "1.20.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "DepecheR" version))
|
(uri (bioconductor-uri "DepecheR" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1b3c1wg5xnhh4bdcjls26j6nsp0vx1g5y3grqv7x4ds01vmh3q2w"))))
|
"15lpn1p2p28lhmzi7svszr0p1zkyaivi69q8pxcrv4lvips38hk4"))))
|
||||||
(properties `((upstream-name . "DepecheR")))
|
(properties `((upstream-name . "DepecheR")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-beanplot
|
(list r-beanplot
|
||||||
|
r-clusterr
|
||||||
r-collapse
|
r-collapse
|
||||||
r-dosnow
|
r-dosnow
|
||||||
r-dplyr
|
r-dplyr
|
||||||
|
|
Loading…
Reference in a new issue