gnu: r-yarn: Update to 1.18.0.
* gnu/packages/bioconductor.scm (r-yarn): Update to 1.18.0.
This commit is contained in:
parent
8d6a721a94
commit
4a9e3d2fbe
1 changed files with 2 additions and 2 deletions
|
@ -8368,14 +8368,14 @@ groups.")
|
||||||
(define-public r-yarn
|
(define-public r-yarn
|
||||||
(package
|
(package
|
||||||
(name "r-yarn")
|
(name "r-yarn")
|
||||||
(version "1.16.0")
|
(version "1.18.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
|
||||||
"0p8wz5jn601vxbbxkm73ps3fx0j1y56nr2qf6y8k80vgrk7bv5gp"))))
|
"1x07l255x52z6cgdc2j8285shqszhr034xm5686rp6d35vah55ji"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-biobase" ,r-biobase)
|
`(("r-biobase" ,r-biobase)
|
||||||
|
|
Reference in a new issue