gnu: r-scone: Update to 1.14.0.

* gnu/packages/bioconductor.scm (r-scone): Update to 1.14.0.
This commit is contained in:
zimoun 2020-10-30 15:49:51 +01:00 committed by Ricardo Wurmus
parent 8396c45eda
commit bde9dc5b97
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3165,14 +3165,14 @@ (define-public r-scdd
(define-public r-scone
(package
(name "r-scone")
(version "1.12.0")
(version "1.14.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "scone" version))
(sha256
(base32
"12hcmbpncm0l1yxhm3sgkqqfri7s5qc46ikv5qcj8pw5a42rkx3g"))))
"1lnyxcrw3kn5gi3n59dwdhkqps58cjxfknsjsj53qz5rv8iiqz73"))))
(build-system r-build-system)
(propagated-inputs
`(("r-aroma-light" ,r-aroma-light)