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
gnu/packages

View File

@ -19720,14 +19720,14 @@ to annotation.")
(define-public r-megadepth (define-public r-megadepth
(package (package
(name "r-megadepth") (name "r-megadepth")
(version "1.8.0") (version "1.9.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
"1krk5iqqzkkkxfgsvi9j6mj14i2rzisrrq0xmxjsrkgfh19awhr8")))) "1sj4z63drafmm1hvs0yhhn9c9mrwiv8i2s0cjj1iam8rbar0xv79"))))
(properties `((upstream-name . "megadepth"))) (properties `((upstream-name . "megadepth")))
(build-system r-build-system) (build-system r-build-system)
(inputs (list megadepth)) (inputs (list megadepth))