me
/
guix
Archived
1
0
Fork 0

gnu: r-affycomp: Update to 1.62.0.

* gnu/packages/bioconductor.scm (r-affycomp): Update to 1.62.0.
master
Ricardo Wurmus 2019-12-15 14:29:43 +01:00
parent be5e4e9615
commit 5d87f12615
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -923,14 +923,14 @@ packages.")
(define-public r-affycomp
(package
(name "r-affycomp")
(version "1.60.0")
(version "1.62.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "affycomp" version))
(sha256
(base32
"1nijqljg5r3qj1y6an0i58sby76hqacj3a3nvainxic4n5wlzh0n"))))
"0cl7c3m2lz2w8g2k7z7wjd0dyj0dkssvms99qpg8a1v3hx1xs6js"))))
(properties `((upstream-name . "affycomp")))
(build-system r-build-system)
(propagated-inputs `(("r-biobase" ,r-biobase)))