mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-yarn: Update to 1.10.0.
* gnu/packages/bioconductor.scm (r-yarn): Update to 1.10.0.
This commit is contained in:
parent
2feea2d22a
commit
7f4957b24e
1 changed files with 2 additions and 2 deletions
|
@ -3946,14 +3946,14 @@ (define-public r-quantro
|
|||
(define-public r-yarn
|
||||
(package
|
||||
(name "r-yarn")
|
||||
(version "1.8.1")
|
||||
(version "1.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "yarn" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0c84x1zq34hadpsyaa873r8kg0jcxp09c2z63377hlmhsll90l7s"))))
|
||||
"00gmwylpdmssz8xpd91d8fsiyglr7f9vc9bdalpa7w5vg4c6d2f6"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-biobase" ,r-biobase)
|
||||
|
|
Loading…
Reference in a new issue