mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-megadepth: Update to 1.9.0.
* gnu/packages/bioconductor.scm (r-megadepth): Update to 1.9.0.
This commit is contained in:
parent
c09a9bc427
commit
0d879deae1
1 changed files with 2 additions and 2 deletions
|
@ -19720,14 +19720,14 @@ (define-public r-ballgown
|
|||
(define-public r-megadepth
|
||||
(package
|
||||
(name "r-megadepth")
|
||||
(version "1.8.0")
|
||||
(version "1.9.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "megadepth" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1krk5iqqzkkkxfgsvi9j6mj14i2rzisrrq0xmxjsrkgfh19awhr8"))))
|
||||
"1sj4z63drafmm1hvs0yhhn9c9mrwiv8i2s0cjj1iam8rbar0xv79"))))
|
||||
(properties `((upstream-name . "megadepth")))
|
||||
(build-system r-build-system)
|
||||
(inputs (list megadepth))
|
||||
|
|
Loading…
Reference in a new issue