me
/
guix
Archived
1
0
Fork 0

gnu: r-affyio: Update to 1.72.0.

* gnu/packages/bioconductor.scm (r-affyio): Update to 1.72.0.

Change-Id: I43fd8efe010669092a5aa3ac10f436f8be83208b
master
Ricardo Wurmus 2023-11-03 16:51:55 +01:00
parent c849ee92f6
commit 6f51787d5f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6088,14 +6088,14 @@ to streamline the more common analyses that a Biostatistician might see.")
(define-public r-affyio
(package
(name "r-affyio")
(version "1.70.0")
(version "1.72.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "affyio" version))
(sha256
(base32
"1r1c0iwix0n8r433x4bv8hvzhkablc4xkdgg2b1fk4ijhd1iwf3c"))))
"01shv7936cb5yynxkdssczl752ayv2rx4qkrkddqhi5smksw13z9"))))
(build-system r-build-system)
(propagated-inputs
(list r-zlibbioc))