gnu: r-affy: Update to 1.78.0.
* gnu/packages/bioconductor.scm (r-affy): Update to 1.78.0.
This commit is contained in:
parent
21b305edbe
commit
6a19dd1e21
1 changed files with 2 additions and 2 deletions
|
@ -5319,14 +5319,14 @@ performing parallel computations on multicore machines.")
|
||||||
(define-public r-affy
|
(define-public r-affy
|
||||||
(package
|
(package
|
||||||
(name "r-affy")
|
(name "r-affy")
|
||||||
(version "1.76.0")
|
(version "1.78.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
|
||||||
"1iix9mq4aph6avs2qr64a7hip461cif56k6npvs5g69nj3rn50gj"))))
|
"15hpxflygpy1sid0c4hlzmsc13nqyzs6j74md0ri478qysiqjnpf"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-affyio
|
(list r-affyio
|
||||||
|
|
Reference in a new issue