me
/
guix
Archived
1
0
Fork 0

gnu: r-gcrma: Update to 2.62.0.

* gnu/packages/bioconductor.scm (r-gcrma): Update to 2.62.0.
master
zimoun 2020-10-30 15:52:13 +01:00 committed by Ricardo Wurmus
parent 36f3a19ae6
commit 3d41f0c297
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4919,14 +4919,14 @@ provided.")
(define-public r-gcrma
(package
(name "r-gcrma")
(version "2.60.0")
(version "2.62.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "gcrma" version))
(sha256
(base32
"1klbnygc1i5ac1x00bsk0rjw5h5dn6pn65fa3y9r09q47gpy1c5g"))))
"1v1x13iwcv6c9x7r1iz2598rwlyzic67jbqcajg24ib6lcfn9f00"))))
(build-system r-build-system)
(propagated-inputs
`(("r-affy" ,r-affy)