mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 17:23:38 -05:00
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:
parent
6faabe3a9f
commit
b4b48541f9
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue