mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: r-a4: Update to 1.32.0.
* gnu/packages/bioconductor.scm (r-a4): Update to 1.32.0.
This commit is contained in:
parent
ae1730ae1a
commit
1aadddeaa9
1 changed files with 2 additions and 2 deletions
|
@ -3192,14 +3192,14 @@ (define-public r-a4base
|
|||
(define-public r-a4
|
||||
(package
|
||||
(name "r-a4")
|
||||
(version "1.30.0")
|
||||
(version "1.32.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "a4" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1iqjy35rqx3m2y0dm2bk4cnzdm1qvbi608bfmrid88w6wmwz3qlk"))))
|
||||
"08146qzsr6mjblmh08g83063nnyrfl35z6p65v71isprkydgxyhy"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-a4base" ,r-a4base)
|
||||
|
|
Loading…
Reference in a new issue