me
/
guix
Archived
1
0
Fork 0

gnu: r-affyio: Update to 1.64.0.

* gnu/packages/bioconductor.scm (r-affyio): Update to 1.64.0.
master
Ricardo Wurmus 2021-11-04 22:03:58 +00:00
parent 5ab6e9e100
commit 5de927226c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1947,14 +1947,14 @@ to streamline the more common analyses that a Biostatistician might see.")
(define-public r-affyio
(package
(name "r-affyio")
(version "1.62.0")
(version "1.64.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "affyio" version))
(sha256
(base32
"07kibqsm888g06qqqa4648ph877kriy74kprbri8nyx83y8aspjr"))))
"02lqdq8hcldkf9qbyhhllkm3smpqc51sn2d9gbkm74r96fx37lvm"))))
(build-system r-build-system)
(propagated-inputs
`(("r-zlibbioc" ,r-zlibbioc)))