me
/
guix
Archived
1
0
Fork 0

gnu: r-megadepth: Update to 1.9.0.

* gnu/packages/bioconductor.scm (r-megadepth): Update to 1.9.0.
master
Ricardo Wurmus 2023-04-28 19:01:38 +02:00
parent c09a9bc427
commit 0d879deae1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -19720,14 +19720,14 @@ to annotation.")
(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))