gnu: r-adam: Update to 1.14.0.
* gnu/packages/bioconductor.scm (r-adam): Update to 1.14.0.
This commit is contained in:
parent
f24085bfb3
commit
38fc0acf4d
1 changed files with 2 additions and 2 deletions
|
@ -1739,13 +1739,13 @@ ranking by fold-change and visualization.")
|
||||||
(define-public r-adam
|
(define-public r-adam
|
||||||
(package
|
(package
|
||||||
(name "r-adam")
|
(name "r-adam")
|
||||||
(version "1.12.0")
|
(version "1.14.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
|
||||||
"1cgcjykik9hjrwlvvgaccprcrimgq5kwh9cj6367yk9m574a4gmn"))))
|
"1s1mzjxqld8gllfh6z9kg30klb4y1jrkrif7vwr18c0mhamf47a6"))))
|
||||||
(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
|
||||||
|
|
Reference in a new issue