me
/
guix
Archived
1
0
Fork 0

gnu: r-affycompatible: Update to 1.58.0.

* gnu/packages/bioconductor.scm (r-affycompatible): Update to 1.58.0.
master
zimoun 2022-11-17 03:50:07 +01:00 committed by Ricardo Wurmus
parent 7034dcc2d6
commit ceb39bfb39
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4111,14 +4111,14 @@ measures for Affymetrix Oligonucleotide Arrays.")
(define-public r-affycompatible
(package
(name "r-affycompatible")
(version "1.56.0")
(version "1.58.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "AffyCompatible" version))
(sha256
(base32
"0x3lj1jgqq67389rzfklah5p878ns9b4fpdpz455m2gq9sk7qsda"))))
"1bg7iqasvfsgd9x3ykgpblqnz1q06g3ifmzj4jf2kn8kxj63wfbl"))))
(properties
`((upstream-name . "AffyCompatible")))
(build-system r-build-system)