me
/
guix
Archived
1
0
Fork 0

gnu: r-yarn: Update to 1.20.0.

* gnu/packages/bioconductor.scm (r-yarn): Update to 1.20.0.
master
Ricardo Wurmus 2021-11-04 22:04:27 +00:00
parent 13d51fe643
commit b00d8a1e74
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8661,14 +8661,14 @@ groups.")
(define-public r-yarn
(package
(name "r-yarn")
(version "1.18.0")
(version "1.20.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "yarn" version))
(sha256
(base32
"1x07l255x52z6cgdc2j8285shqszhr034xm5686rp6d35vah55ji"))))
"0nk4qzrwjiv8q39lgil9x25bm3gpzrnhd37d7754kpxhs2fsmw9d"))))
(build-system r-build-system)
(propagated-inputs
`(("r-biobase" ,r-biobase)