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
(package
(name "r-megadepth")
(version "1.4.0")
(version "1.6.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "megadepth" version))
(sha256
(base32
"0mg7n3990qv65rg624473ssccka0yjpgc20glrdc5saci891j44r"))))
"0qq82dmd3drr2bhn51bgbc6ml40klfmmhj6wdj72n9ya6n60lwy8"))))
(properties `((upstream-name . "megadepth")))
(build-system r-build-system)
(inputs (list megadepth))