3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-a4: Update to 1.34.0.

* gnu/packages/bioconductor.scm (r-a4): Update to 1.34.0.
This commit is contained in:
Ricardo Wurmus 2019-12-15 15:34:35 +01:00
parent aef4b34669
commit 344eb4c404
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3633,14 +3633,14 @@ Affymetrix arrays.")
(define-public r-a4
(package
(name "r-a4")
(version "1.32.0")
(version "1.34.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "a4" version))
(sha256
(base32
"08146qzsr6mjblmh08g83063nnyrfl35z6p65v71isprkydgxyhy"))))
"14yipy6s2wqr9q0yp09x1mm17npknrhs6yd34i3wrb5id64ywnq4"))))
(build-system r-build-system)
(propagated-inputs
`(("r-a4base" ,r-a4base)