gnu: r-mfuzz: Update to 2.62.0.

* gnu/packages/bioconductor.scm (r-mfuzz): Update to 2.62.0.

Change-Id: If08902a17ecf2be089677634ee9d348e46295245
This commit is contained in:
Ricardo Wurmus 2023-11-03 16:58:34 +01:00
parent 6faabe3a9f
commit b4b48541f9
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8635,13 +8635,13 @@ (define-public r-methylkit
(define-public r-mfuzz
(package
(name "r-mfuzz")
(version "2.60.0")
(version "2.62.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "Mfuzz" version))
(sha256
(base32
"0rfna5ycwkx4xb2gv1wpfn7f7nz6f79w5nlkb7719l5730d81wnz"))))
"0v2l3fi9331lxfam6az265rfk52g4n75hh4rg12ykhp86ihplzpf"))))
(properties `((upstream-name . "Mfuzz")))
(build-system r-build-system)
(propagated-inputs (list r-biobase r-e1071 r-tkwidgets))