me
/
guix
Archived
1
0
Fork 0

gnu: r-lumi: Update to 2.42.0.

* gnu/packages/bioconductor.scm (r-lumi): Update to 2.42.0.
master
zimoun 2020-10-30 15:50:13 +01:00 committed by Ricardo Wurmus
parent 0b7dd44706
commit 4eeaa159d2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3474,14 +3474,14 @@ and Infinium HD arrays are also included.")
(define-public r-lumi
(package
(name "r-lumi")
(version "2.40.0")
(version "2.42.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "lumi" version))
(sha256
(base32
"196izc4mdh8j4f04fsf8cqm99w1inzpwy34kwvhz6zvxj2ywn1i9"))))
"19asap8vhm3g8hyvpr8l7mw071dsa1d95wx46lh8m6achffngqv3"))))
(build-system r-build-system)
(propagated-inputs
`(("r-affy" ,r-affy)