me
/
guix
Archived
1
0
Fork 0

gnu: r-affyio: Update to 1.48.0.

* gnu/packages/bioinformatics.scm (r-affyio): Update to 1.48.0.
master
Ricardo Wurmus 2017-11-06 21:43:11 +01:00
parent dad5f83817
commit 8a8138d248
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8918,14 +8918,14 @@ previously been used in XCMS.")
(define-public r-affyio
(package
(name "r-affyio")
(version "1.46.0")
(version "1.48.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "affyio" version))
(sha256
(base32
"13w6al9296q916w0w6ngbsk25b21ahla1b6n40fcqhbvhyfii6sj"))))
"1pzzp3d3dbmyf34gvivfiprkpscn36rgvhrq853a1d3avcwr5ak9"))))
(build-system r-build-system)
(propagated-inputs
`(("r-zlibbioc" ,r-zlibbioc)))