mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: r-mvcclass: Update to 1.70.0.
* gnu/packages/bioconductor.scm (r-mvcclass): Update to 1.70.0.
This commit is contained in:
parent
eb18527e5f
commit
a3a8109fe8
1 changed files with 2 additions and 2 deletions
|
@ -15581,14 +15581,14 @@ as extensions of common core functions/methods.")
|
|||
(define-public r-mvcclass
|
||||
(package
|
||||
(name "r-mvcclass")
|
||||
(version "1.68.0")
|
||||
(version "1.70.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "MVCClass" version))
|
||||
(sha256
|
||||
(base32
|
||||
"088gzh33vjkjf78xczqfs89pyg0k7c3533yfvijqxl84ni2ky78z"))))
|
||||
"0apcjlq4i2mg8mlfqgvlcsqkiy51whzid3nd0m830jff0ywgh47g"))))
|
||||
(properties `((upstream-name . "MVCClass")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://bioconductor.org/packages/MVCClass")
|
||||
|
|
Loading…
Reference in a new issue