mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05: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:
parent
aef4b34669
commit
344eb4c404
1 changed files with 2 additions and 2 deletions
|
@ -3633,14 +3633,14 @@ (define-public r-a4base
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue