me
/
guix
Archived
1
0
Fork 0

gnu: r-simpleaffy: Update to 2.62.0.

* gnu/packages/bioconductor.scm (r-simpleaffy): Update to 2.62.0.
master
Ricardo Wurmus 2019-12-15 15:30:31 +01:00
parent 87942b74c6
commit a87aa2ff5a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4306,14 +4306,14 @@ gene-specific bidning is expected.")
(define-public r-simpleaffy
(package
(name "r-simpleaffy")
(version "2.60.0")
(version "2.62.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "simpleaffy" version))
(sha256
(base32
"0zjpbjkk27w56mrxsxynkqc298xxsarsnzbd7injg6zakhlmhy6a"))))
"18bz3pfgp0f7906flrljx97ann8s71pnb8gpw7nah46n8vqc0xcs"))))
(build-system r-build-system)
(propagated-inputs
`(("r-affy" ,r-affy)