me
/
guix
Archived
1
0
Fork 0

gnu: r-affycomp: Update to 1.64.0.

* gnu/packages/bioconductor.scm (r-affycomp): Update to 1.64.0.
master
Ricardo Wurmus 2020-06-13 00:04:46 +02:00
parent 2e15c16f1e
commit 66aeb1b46d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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