mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-acde: Update to 1.30.0.
* gnu/packages/bioconductor.scm (r-acde): Update to 1.30.0.
This commit is contained in:
parent
89a1bc74ce
commit
e8d5475045
1 changed files with 2 additions and 2 deletions
|
@ -16643,13 +16643,13 @@ (define-public r-acme
|
|||
(define-public r-acde
|
||||
(package
|
||||
(name "r-acde")
|
||||
(version "1.28.0")
|
||||
(version "1.30.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "acde" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1d47hbna68qm517afk1wb0w9gb8j52p7nqh5axcc6h76zppsc1sp"))))
|
||||
"088dq6mc9m1bx0dprcz8cdpfp447lnxq7420r139mhcik0z21vky"))))
|
||||
(properties `((upstream-name . "acde")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-boot))
|
||||
|
|
Loading…
Reference in a new issue