mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: r-yarn: Update to 1.16.0.
* gnu/packages/bioconductor.scm (r-yarn): Update to 1.16.0.
This commit is contained in:
parent
adf6edc750
commit
8db36c1f68
1 changed files with 2 additions and 2 deletions
|
@ -5094,14 +5094,14 @@ groups.")
|
|||
(define-public r-yarn
|
||||
(package
|
||||
(name "r-yarn")
|
||||
(version "1.14.0")
|
||||
(version "1.16.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "yarn" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1xdjwy1gkfg8lhgq4iwwmbi01903qljjs7yd96cvacmvgn8z6qvx"))))
|
||||
"0p8wz5jn601vxbbxkm73ps3fx0j1y56nr2qf6y8k80vgrk7bv5gp"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-biobase" ,r-biobase)
|
||||
|
|
Loading…
Reference in a new issue