mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: r-simpleaffy: Update to 2.62.0.
* gnu/packages/bioconductor.scm (r-simpleaffy): Update to 2.62.0.
This commit is contained in:
parent
87942b74c6
commit
a87aa2ff5a
1 changed files with 2 additions and 2 deletions
|
@ -4306,14 +4306,14 @@ (define-public r-gcrma
|
||||||
(define-public r-simpleaffy
|
(define-public r-simpleaffy
|
||||||
(package
|
(package
|
||||||
(name "r-simpleaffy")
|
(name "r-simpleaffy")
|
||||||
(version "2.60.0")
|
(version "2.62.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
|
||||||
"0zjpbjkk27w56mrxsxynkqc298xxsarsnzbd7injg6zakhlmhy6a"))))
|
"18bz3pfgp0f7906flrljx97ann8s71pnb8gpw7nah46n8vqc0xcs"))))
|
||||||
(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 a new issue