gnu: r-adam: Update to 1.16.0.
* gnu/packages/bioconductor.scm (r-adam): Update to 1.16.0.master
parent
331bb1ea91
commit
02c3985ecf
|
@ -2129,13 +2129,13 @@ storing data.")
|
|||
(define-public r-adam
|
||||
(package
|
||||
(name "r-adam")
|
||||
(version "1.14.0")
|
||||
(version "1.16.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ADAM" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1s1mzjxqld8gllfh6z9kg30klb4y1jrkrif7vwr18c0mhamf47a6"))))
|
||||
"1hy7xdf6v2fqggvc9rdl90gn0l6vfbmvb23c61i8q45s3qsaxksp"))))
|
||||
(properties `((upstream-name . "ADAM")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-dplyr
|
||||
|
|
Reference in New Issue