me
/
guix
Archived
1
0
Fork 0

gnu: r-scone: Update to 1.14.0.

* gnu/packages/bioconductor.scm (r-scone): Update to 1.14.0.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -3165,14 +3165,14 @@ distributions.")
(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)