gnu: r-affyio: Update to 1.58.0.
* gnu/packages/bioinformatics.scm (r-affyio): Update to 1.58.0.
This commit is contained in:
parent
157eb89707
commit
d93af7d632
1 changed files with 2 additions and 2 deletions
|
@ -9625,14 +9625,14 @@ previously been used in XCMS.")
|
||||||
(define-public r-affyio
|
(define-public r-affyio
|
||||||
(package
|
(package
|
||||||
(name "r-affyio")
|
(name "r-affyio")
|
||||||
(version "1.56.0")
|
(version "1.58.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "affyio" version))
|
(uri (bioconductor-uri "affyio" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0sbkadxdlx7qzxc8z8iv90y6j9b2f62mk3i54dijjh56x3hjy3hb"))))
|
"0j1f61409yq6hmkqrpzamfm7dx35rlq33ccs7wb1qcqx3d3nb75q"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-zlibbioc" ,r-zlibbioc)))
|
`(("r-zlibbioc" ,r-zlibbioc)))
|
||||||
|
|
Reference in a new issue