mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: r-acde: Update to 1.32.0.
* gnu/packages/bioconductor.scm (r-acde): Update to 1.32.0. Change-Id: I2f7fd79361be6326b307fbb7d3ef4c7bf6a585ed
This commit is contained in:
parent
84de1e4ade
commit
2fa21de9c2
1 changed files with 2 additions and 2 deletions
|
@ -18760,13 +18760,13 @@ (define-public r-acme
|
|||
(define-public r-acde
|
||||
(package
|
||||
(name "r-acde")
|
||||
(version "1.30.0")
|
||||
(version "1.32.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "acde" version))
|
||||
(sha256
|
||||
(base32
|
||||
"088dq6mc9m1bx0dprcz8cdpfp447lnxq7420r139mhcik0z21vky"))))
|
||||
"1rqyjj4lgqxs372qx8p3qx2napww0djh4jz8hzgv86x9r202kk9p"))))
|
||||
(properties `((upstream-name . "acde")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-boot))
|
||||
|
|
Loading…
Reference in a new issue