mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: r-arrayquality: Update to 1.80.0.
* gnu/packages/bioconductor.scm (r-arrayquality): Update to 1.80.0. Change-Id: I0ef5275399cc423785dfbb30b00ee5148f18906e
This commit is contained in:
parent
f1b4c1eaec
commit
fc79ff45b1
1 changed files with 2 additions and 2 deletions
|
@ -3684,13 +3684,13 @@ (define-public r-arraymvout
|
|||
(define-public r-arrayquality
|
||||
(package
|
||||
(name "r-arrayquality")
|
||||
(version "1.78.0")
|
||||
(version "1.80.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "arrayQuality" version))
|
||||
(sha256
|
||||
(base32 "0lq59y4pi13z4v1i1ah78xlchxy34x1lplsh0n42wlk88rk0rqxd"))))
|
||||
(base32 "1bm46zf5c1i7fd848bqajv3agl05b93xsvam7034033ypyx6bf1z"))))
|
||||
(properties `((upstream-name . "arrayQuality")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue