gnu: r-megadepth: Update to 1.14.0.
* gnu/packages/bioconductor.scm (r-megadepth): Update to 1.14.0. [inputs]: Remove megadepth. Change-Id: Ia0fc8a1e7266a996249f04447eabf9cf86b00f07master
parent
3f806f9667
commit
6aed2982ec
|
@ -23652,17 +23652,17 @@ to annotation.")
|
||||||
(define-public r-megadepth
|
(define-public r-megadepth
|
||||||
(package
|
(package
|
||||||
(name "r-megadepth")
|
(name "r-megadepth")
|
||||||
(version "1.12.0")
|
(version "1.14.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "megadepth" version))
|
(uri (bioconductor-uri "megadepth" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0g9d4q6vh2ys1la15fqgbc4ckfbjbzzaqa49x9liqrhpnrp59vc3"))))
|
"0394x1x81hgibvqb1dbrm8h3y72xfv9xi9fgqghjgnrw6farrkdk"))))
|
||||||
(properties `((upstream-name . "megadepth")))
|
(properties `((upstream-name . "megadepth")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs (list megadepth))
|
(inputs (list))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-cmdfun
|
(list r-cmdfun
|
||||||
r-dplyr
|
r-dplyr
|
||||||
|
|
Reference in New Issue