mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: r-rcistarget: Update to 1.14.0.
* gnu/packages/bioconductor.scm (r-rcistarget): Update to 1.14.0.
This commit is contained in:
parent
20d81fa969
commit
398007448c
1 changed files with 2 additions and 2 deletions
|
@ -10205,14 +10205,14 @@ (define-public r-depecher
|
||||||
(define-public r-rcistarget
|
(define-public r-rcistarget
|
||||||
(package
|
(package
|
||||||
(name "r-rcistarget")
|
(name "r-rcistarget")
|
||||||
(version "1.12.0")
|
(version "1.14.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "RcisTarget" version))
|
(uri (bioconductor-uri "RcisTarget" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1yh0l11vnslgr6zsbpgc8mc4aa32zy34f5yrz98hkcdl53iw5y7f"))))
|
"1qarr7xd71kz1haccj65x7sc7pc4v6xpqcfa3rkyp2bk240gigi7"))))
|
||||||
(properties `((upstream-name . "RcisTarget")))
|
(properties `((upstream-name . "RcisTarget")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue