gnu: r-simpleaffy: Update to 2.60.0.
* gnu/packages/bioconductor.scm (r-simpleaffy): Update to 2.60.0.
This commit is contained in:
parent
56576bea97
commit
38c5d13a73
|
@ -3865,14 +3865,14 @@ gene-specific bidning is expected.")
|
||||||
(define-public r-simpleaffy
|
(define-public r-simpleaffy
|
||||||
(package
|
(package
|
||||||
(name "r-simpleaffy")
|
(name "r-simpleaffy")
|
||||||
(version "2.58.0")
|
(version "2.60.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "simpleaffy" version))
|
(uri (bioconductor-uri "simpleaffy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bry0d2vw0w2rrpnmfm1kl5v4rdclypmy33jvs9l43vd6vx2ra9s"))))
|
"0zjpbjkk27w56mrxsxynkqc298xxsarsnzbd7injg6zakhlmhy6a"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-affy" ,r-affy)
|
`(("r-affy" ,r-affy)
|
||||||
|
|
Loading…
Reference in New Issue