mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: r-arraymvout: Update to 1.60.0.
* gnu/packages/bioconductor.scm (r-arraymvout): Update to 1.60.0. Change-Id: I42b04c02fd24de6898c6be7c18abeeb534737860
This commit is contained in:
parent
637217271f
commit
f1b4c1eaec
1 changed files with 2 additions and 2 deletions
|
@ -3648,13 +3648,13 @@ (define-public r-arrayqualitymetrics
|
|||
(define-public r-arraymvout
|
||||
(package
|
||||
(name "r-arraymvout")
|
||||
(version "1.58.0")
|
||||
(version "1.60.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "arrayMvout" version))
|
||||
(sha256
|
||||
(base32 "1wdqcfa0h070lky4m2h5k4wg8lg7014y0gk95gip5zags29zjwqb"))))
|
||||
(base32 "0z3ksx0yigan5aiq7vsdx78khlrcdxa4yd5b46rfn83gsrjbxzhz"))))
|
||||
(properties `((upstream-name . "arrayMvout")))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue