mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: r-scone: Update to 1.10.0.
* gnu/packages/bioconductor.scm (r-scone): Update to 1.10.0.
This commit is contained in:
parent
2f223b2115
commit
048a43d6a5
1 changed files with 2 additions and 2 deletions
|
@ -2654,14 +2654,14 @@ (define-public r-scdd
|
|||
(define-public r-scone
|
||||
(package
|
||||
(name "r-scone")
|
||||
(version "1.8.0")
|
||||
(version "1.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "scone" version))
|
||||
(sha256
|
||||
(base32
|
||||
"00cr0jp1ywxygf2pryw7mmcmn7cp1500fvifkbwgg2qxbkq5zqck"))))
|
||||
"1hfsbnix0y9ad6bj0d8q2aw13pb3vjcaa0dfwxxapzl90zwbsjhp"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-aroma-light" ,r-aroma-light)
|
||||
|
|
Loading…
Reference in a new issue