mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: r-arrayexpress: Update to 1.62.0.
* gnu/packages/bioconductor.scm (r-arrayexpress): Update to 1.62.0. Change-Id: I4d96c4ea89cd51426b0405d26818062751c43d71
This commit is contained in:
parent
4b6dfa6785
commit
e79d0a54b5
1 changed files with 2 additions and 2 deletions
|
@ -3583,13 +3583,13 @@ (define-public r-antiprofiles
|
|||
(define-public r-arrayexpress
|
||||
(package
|
||||
(name "r-arrayexpress")
|
||||
(version "1.60.0")
|
||||
(version "1.62.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ArrayExpress" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ib33fw379sakk084csa3pwcc3wvba38ily6mmv2ax1wh16i0pfz"))))
|
||||
"0cnb6r6rqbz5qph32aa1mghr0w2rhl6znyiblj0cbkv45mx2k4jr"))))
|
||||
(properties `((upstream-name . "ArrayExpress")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue