mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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 @@ (define-public r-affyio
|
|||
(define-public r-affy
|
||||
(package
|
||||
(name "r-affy")
|
||||
(version "1.64.0")
|
||||
(version "1.66.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "affy" version))
|
||||
(sha256
|
||||
(base32
|
||||
"131za66wbaz9y86gvjqcc2yd1f2ngl2b796xw726g75djhdgxgap"))))
|
||||
"0m6hkyjxmsf80n3anhwh9k26csxczv6v92fkb7klnchdski61pyc"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-affyio" ,r-affyio)
|
||||
|
|
Loading…
Reference in a new issue