me
/
guix
Archived
1
0
Fork 0

gnu: r-affyio: Update to 1.66.0.

* gnu/packages/bioconductor.scm (r-affyio): Update to 1.66.0.
master
Ricardo Wurmus 2022-05-28 12:44:34 +02:00
parent fb1fb2b8c2
commit da1e879b9b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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