mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 10:39:39 -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
|
(define-public r-adam
|
||||||
(package
|
(package
|
||||||
(name "r-adam")
|
(name "r-adam")
|
||||||
(version "1.16.0")
|
(version "1.18.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ADAM" version))
|
(uri (bioconductor-uri "ADAM" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hy7xdf6v2fqggvc9rdl90gn0l6vfbmvb23c61i8q45s3qsaxksp"))))
|
"0gz3mpkj1q4j7w08ylfzclpa6saxsz7wyp0cldllhxpcj9lxljs5"))))
|
||||||
(properties `((upstream-name . "ADAM")))
|
(properties `((upstream-name . "ADAM")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-dplyr
|
(propagated-inputs (list r-dplyr
|
||||||
|
|
Loading…
Reference in a new issue