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.68.0.
* gnu/packages/bioinformatics.scm (r-affy): Update to 1.68.0.
This commit is contained in:
parent
d6750c6587
commit
6a6f38b89e
1 changed files with 2 additions and 2 deletions
|
@ -9764,14 +9764,14 @@ (define-public r-affyio
|
|||
(define-public r-affy
|
||||
(package
|
||||
(name "r-affy")
|
||||
(version "1.66.0")
|
||||
(version "1.68.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "affy" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0m6hkyjxmsf80n3anhwh9k26csxczv6v92fkb7klnchdski61pyc"))))
|
||||
"0ywz548cbzk2k1njnxhlk5ydzvz2dk78ka8kx53gwrmdc4sc2b06"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-affyio" ,r-affyio)
|
||||
|
|
Loading…
Reference in a new issue