mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 03:17:15 -05:00
gnu: r-adam: Update to 1.18.0.
* gnu/packages/bioconductor.scm (r-adam): Update to 1.18.0. Change-Id: I33e560dba8bade0b474b8911c82f71bd768e37a5
This commit is contained in:
parent
de5c088e06
commit
2662a6af48
1 changed files with 2 additions and 2 deletions
|
@ -2326,13 +2326,13 @@ (define-public r-adacgh2
|
|||
(define-public r-adam
|
||||
(package
|
||||
(name "r-adam")
|
||||
(version "1.16.0")
|
||||
(version "1.18.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ADAM" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1hy7xdf6v2fqggvc9rdl90gn0l6vfbmvb23c61i8q45s3qsaxksp"))))
|
||||
"0gz3mpkj1q4j7w08ylfzclpa6saxsz7wyp0cldllhxpcj9lxljs5"))))
|
||||
(properties `((upstream-name . "ADAM")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-dplyr
|
||||
|
|
Loading…
Reference in a new issue