1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 12:00:35 +02:00

gnu: r-mvcclass: Update to 1.82.0.

* gnu/packages/bioconductor.scm (r-mvcclass): Update to 1.82.0.

Change-Id: If609f852dff0ba941f7d0f011cba300d8460adfc
This commit is contained in:
Ricardo Wurmus 2025-04-29 22:40:11 +02:00
parent d3002ff092
commit f2ce51d3ee
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -27775,14 +27775,14 @@ as extensions of common core functions/methods.")
(define-public r-mvcclass
(package
(name "r-mvcclass")
(version "1.80.0")
(version "1.82.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "MVCClass" version))
(sha256
(base32
"0y96dhsqg01vcr77p7p6z5449jrg9gypqdg5raspcvz90gxivc6x"))))
"0k2xxflf9dvpzbr6kp4m5599biq4pjlypsaas93xb5275wmmjvfr"))))
(properties `((upstream-name . "MVCClass")))
(build-system r-build-system)
(home-page "https://bioconductor.org/packages/MVCClass")