gnu: r-scone: Update to 1.16.1.

* gnu/packages/bioconductor.scm (r-scone): Update to 1.16.1.
This commit is contained in:
Ricardo Wurmus 2021-07-26 18:07:19 +02:00
parent fd0851ee97
commit 336b110f69
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6541,14 +6541,14 @@ (define-public r-scdd
(define-public r-scone
(package
(name "r-scone")
(version "1.16.0")
(version "1.16.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "scone" version))
(sha256
(base32
"1wlky6nkdpz8fya81l6zaxlxc30wyp2gkyh94y5995jwddll38z5"))))
"0zw8g4mql7b02xqwhc1i0bnhm20c1q9xqc7yz84j98pqbi996vi5"))))
(build-system r-build-system)
(propagated-inputs
`(("r-aroma-light" ,r-aroma-light)