mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 12:09:15 -05:00
gnu: r-yarn: Update to 1.12.0.
* gnu/packages/bioconductor.scm (r-yarn): Update to 1.12.0.
This commit is contained in:
parent
f0dd0fec40
commit
94fdea1267
1 changed files with 2 additions and 2 deletions
|
@ -4387,14 +4387,14 @@ (define-public r-quantro
|
||||||
(define-public r-yarn
|
(define-public r-yarn
|
||||||
(package
|
(package
|
||||||
(name "r-yarn")
|
(name "r-yarn")
|
||||||
(version "1.10.0")
|
(version "1.12.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "yarn" version))
|
(uri (bioconductor-uri "yarn" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00gmwylpdmssz8xpd91d8fsiyglr7f9vc9bdalpa7w5vg4c6d2f6"))))
|
"0891a10adkhm1zpm7fpcxc2xfxjf9yrpckaz87b2wdjdiwivc4cp"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-biobase" ,r-biobase)
|
`(("r-biobase" ,r-biobase)
|
||||||
|
|
Loading…
Reference in a new issue