mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: r-aroma-light: Update to 3.34.0.
* gnu/packages/bioconductor.scm (r-aroma-light): Update to 3.34.0. Change-Id: I88f47a7143e875b60fea818bdb4d7b037345d055
This commit is contained in:
parent
c2a3f81a63
commit
9b11dc5b0b
1 changed files with 2 additions and 2 deletions
|
@ -6925,14 +6925,14 @@ (define-public r-annotationhub
|
|||
(define-public r-aroma-light
|
||||
(package
|
||||
(name "r-aroma-light")
|
||||
(version "3.32.0")
|
||||
(version "3.34.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "aroma.light" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1i6rml0slfsf01a3sphyzrxp2z759psq5bv9cfy5dxx44fnav8b8"))))
|
||||
"1v24b43knsjpw44zkrzv8pvxjiw12rcz9wqp4ahd88dg23j7pvwz"))))
|
||||
(properties `((upstream-name . "aroma.light")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue