mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 19:09:27 +01:00
gnu: r-affyio: Update to 1.54.0.
* gnu/packages/bioinformatics.scm (r-affyio): Update to 1.54.0.
This commit is contained in:
parent
5498cc46b3
commit
fdbaa5c1e5
1 changed files with 2 additions and 2 deletions
|
@ -9217,14 +9217,14 @@ previously been used in XCMS.")
|
||||||
(define-public r-affyio
|
(define-public r-affyio
|
||||||
(package
|
(package
|
||||||
(name "r-affyio")
|
(name "r-affyio")
|
||||||
(version "1.52.0")
|
(version "1.54.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
|
||||||
"1s4zp1211vf0krxzch9v3q3r6vs8hihqppq18i2fpvwlknfja7c1"))))
|
"1s78hm51fgac3i2j4bbdy0z6g14370154s6km8lldc9zpahx8b6p"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-zlibbioc" ,r-zlibbioc)))
|
`(("r-zlibbioc" ,r-zlibbioc)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue