gnu: r-mlinterfaces: Update to 1.78.0.

* gnu/packages/bioconductor.scm (r-mlinterfaces): Update to 1.78.0.
[propagated-inputs]: Add r-summarizedexperiment.
This commit is contained in:
zimoun 2022-11-17 03:50:20 +01:00 committed by Ricardo Wurmus
parent c5c2cbe1e3
commit ed0238c59e
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10622,14 +10622,14 @@ (define-public r-clusterexperiment
(define-public r-mlinterfaces
(package
(name "r-mlinterfaces")
(version "1.76.0")
(version "1.78.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "MLInterfaces" version))
(sha256
(base32
"179d19kxjipfkc40z15337x1vzqd7vz3gbmr2lw5w7x9l857ngs5"))))
"0xnaghm65ydk01gzx5g38jyq7vfdw206c2w59k0qg8lhy9fqky9x"))))
(properties `((upstream-name . "MLInterfaces")))
(build-system r-build-system)
(propagated-inputs
@ -10652,6 +10652,7 @@ (define-public r-mlinterfaces
r-rpart
r-sfsmisc
r-shiny
r-summarizedexperiment
r-threejs))
(home-page "https://bioconductor.org/packages/MLInterfaces/")
(synopsis "Interfaces to R machine learning procedures")