mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: r-affyio: Update to 1.56.0.
* gnu/packages/bioinformatics.scm (r-affyio): Update to 1.56.0.
This commit is contained in:
parent
065c305ca5
commit
51ca216bdf
1 changed files with 2 additions and 2 deletions
|
@ -9256,14 +9256,14 @@ previously been used in XCMS.")
|
|||
(define-public r-affyio
|
||||
(package
|
||||
(name "r-affyio")
|
||||
(version "1.54.0")
|
||||
(version "1.56.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "affyio" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1s78hm51fgac3i2j4bbdy0z6g14370154s6km8lldc9zpahx8b6p"))))
|
||||
"0sbkadxdlx7qzxc8z8iv90y6j9b2f62mk3i54dijjh56x3hjy3hb"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-zlibbioc" ,r-zlibbioc)))
|
||||
|
|
Loading…
Reference in a new issue