mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: r-megadepth: Update to 1.12.0.
* gnu/packages/bioconductor.scm (r-megadepth): Update to 1.12.0. Change-Id: Ia8424334f3183442a8e7ffb21ba664b93f6342a3
This commit is contained in:
parent
9d0492c750
commit
6ddf9ed610
1 changed files with 2 additions and 2 deletions
|
@ -22159,14 +22159,14 @@ (define-public r-ballgown
|
|||
(define-public r-megadepth
|
||||
(package
|
||||
(name "r-megadepth")
|
||||
(version "1.10.0")
|
||||
(version "1.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "megadepth" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1zzhgfnrr3r5ismbbj9jcqss8mr8ll6p4d3z026ya2khb0i7clc7"))))
|
||||
"0g9d4q6vh2ys1la15fqgbc4ckfbjbzzaqa49x9liqrhpnrp59vc3"))))
|
||||
(properties `((upstream-name . "megadepth")))
|
||||
(build-system r-build-system)
|
||||
(inputs (list megadepth))
|
||||
|
|
Loading…
Reference in a new issue