mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: r-mlinterfaces: Update to 1.82.0.
* gnu/packages/bioconductor.scm (r-mlinterfaces): Update to 1.82.0. Change-Id: I1c2812f02206e6026ca4b133f46bb45e45c5d827
This commit is contained in:
parent
c7d59ff365
commit
97a6b7b971
1 changed files with 2 additions and 2 deletions
|
@ -15036,14 +15036,14 @@ (define-public r-clusterexperiment
|
|||
(define-public r-mlinterfaces
|
||||
(package
|
||||
(name "r-mlinterfaces")
|
||||
(version "1.80.0")
|
||||
(version "1.82.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "MLInterfaces" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1s5b27n01crfzrpshhiv6g0q0qf0dip1gw4nkrkg5sh5x9dsikq6"))))
|
||||
"0aga7xhx5d1xp09n2im7yqi9y1b3v22l554hi35ahg2lwwvxjiw1"))))
|
||||
(properties `((upstream-name . "MLInterfaces")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue