gnu: r-mvcclass: Update to 1.70.0.

* gnu/packages/bioconductor.scm (r-mvcclass): Update to 1.70.0.
This commit is contained in:
Ricardo Wurmus 2022-05-28 12:46:48 +02:00
parent eb18527e5f
commit a3a8109fe8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -15581,14 +15581,14 @@ (define-public r-biomformat
(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")