gnu: r-affy: Update to 1.66.0.
* gnu/packages/bioinformatics.scm (r-affy): Update to 1.66.0.
This commit is contained in:
parent
d93af7d632
commit
736f6cfe66
1 changed files with 2 additions and 2 deletions
|
@ -9649,14 +9649,14 @@ CDF file formats.")
|
||||||
(define-public r-affy
|
(define-public r-affy
|
||||||
(package
|
(package
|
||||||
(name "r-affy")
|
(name "r-affy")
|
||||||
(version "1.64.0")
|
(version "1.66.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "affy" version))
|
(uri (bioconductor-uri "affy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"131za66wbaz9y86gvjqcc2yd1f2ngl2b796xw726g75djhdgxgap"))))
|
"0m6hkyjxmsf80n3anhwh9k26csxczv6v92fkb7klnchdski61pyc"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-affyio" ,r-affyio)
|
`(("r-affyio" ,r-affyio)
|
||||||
|
|
Reference in a new issue