gnu: r-mlinterfaces: Update to 1.84.0.
* gnu/packages/bioconductor.scm (r-mlinterfaces): Update to 1.84.0. Change-Id: I92ed0cc7b971ac04eac715d47031ce2dcee1fd65
This commit is contained in:
parent
38a5a2ee34
commit
863e4f3fad
1 changed files with 2 additions and 2 deletions
|
@ -16417,14 +16417,14 @@ expression data sets.")
|
||||||
(define-public r-mlinterfaces
|
(define-public r-mlinterfaces
|
||||||
(package
|
(package
|
||||||
(name "r-mlinterfaces")
|
(name "r-mlinterfaces")
|
||||||
(version "1.82.0")
|
(version "1.84.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "MLInterfaces" version))
|
(uri (bioconductor-uri "MLInterfaces" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0aga7xhx5d1xp09n2im7yqi9y1b3v22l554hi35ahg2lwwvxjiw1"))))
|
"1m8clkb5rznzv2fwrl59csq8v0ibqwdm4fphq10b8pmyvj880qpn"))))
|
||||||
(properties `((upstream-name . "MLInterfaces")))
|
(properties `((upstream-name . "MLInterfaces")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue