gnu: r-megadepth: Update to 1.8.0.
* gnu/packages/bioconductor.scm (r-megadepth): Update to 1.8.0.master
parent
3823aa40a3
commit
5604f64c34
|
@ -17195,14 +17195,14 @@ to annotation.")
|
||||||
(define-public r-megadepth
|
(define-public r-megadepth
|
||||||
(package
|
(package
|
||||||
(name "r-megadepth")
|
(name "r-megadepth")
|
||||||
(version "1.6.0")
|
(version "1.8.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
|
||||||
"0qq82dmd3drr2bhn51bgbc6ml40klfmmhj6wdj72n9ya6n60lwy8"))))
|
"1krk5iqqzkkkxfgsvi9j6mj14i2rzisrrq0xmxjsrkgfh19awhr8"))))
|
||||||
(properties `((upstream-name . "megadepth")))
|
(properties `((upstream-name . "megadepth")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs (list megadepth))
|
(inputs (list megadepth))
|
||||||
|
|
Reference in New Issue