mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
gnu: r-acde: Update to 1.34.0.
* gnu/packages/bioconductor.scm (r-acde): Update to 1.34.0. Change-Id: Iad20ebfe118270c0f878ac1d3c7c0cbe521ab359
This commit is contained in:
parent
31878ae8ec
commit
841b39867d
1 changed files with 2 additions and 2 deletions
|
@ -20221,13 +20221,13 @@ (define-public r-acme
|
|||
(define-public r-acde
|
||||
(package
|
||||
(name "r-acde")
|
||||
(version "1.32.0")
|
||||
(version "1.34.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "acde" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1rqyjj4lgqxs372qx8p3qx2napww0djh4jz8hzgv86x9r202kk9p"))))
|
||||
"1h3drjxdmd837hc7l1xk6b4ha39i7bqkb8862h4h6s5rfa7dcc50"))))
|
||||
(properties `((upstream-name . "acde")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-boot))
|
||||
|
|
Loading…
Reference in a new issue