me
/
guix
Archived
1
0
Fork 0

gnu: r-megadepth: Update to 1.6.0.

* gnu/packages/bioconductor.scm (r-megadepth): Update to 1.6.0.
master
Ricardo Wurmus 2022-05-28 12:45:26 +02:00
parent c2a8c4c248
commit 64c3498d9f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -15162,14 +15162,14 @@ to annotation.")
(define-public r-megadepth (define-public r-megadepth
(package (package
(name "r-megadepth") (name "r-megadepth")
(version "1.4.0") (version "1.6.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
"0mg7n3990qv65rg624473ssccka0yjpgc20glrdc5saci891j44r")))) "0qq82dmd3drr2bhn51bgbc6ml40klfmmhj6wdj72n9ya6n60lwy8"))))
(properties `((upstream-name . "megadepth"))) (properties `((upstream-name . "megadepth")))
(build-system r-build-system) (build-system r-build-system)
(inputs (list megadepth)) (inputs (list megadepth))