gnu: r-megadepth: Update to 1.4.0.

* gnu/packages/bioconductor.scm (r-megadepth): Update to 1.4.0.
This commit is contained in:
Ricardo Wurmus 2021-11-04 22:04:47 +00:00
parent 7ed7b40b18
commit 8dd33b890a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -13915,14 +13915,14 @@ to annotation.")
(define-public r-megadepth (define-public r-megadepth
(package (package
(name "r-megadepth") (name "r-megadepth")
(version "1.2.3") (version "1.4.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
"0grgj7bzyqnxby0sx5ic1h9bzmx19xwl0a5b3v6wbnwqcla2i3kg")))) "0mg7n3990qv65rg624473ssccka0yjpgc20glrdc5saci891j44r"))))
(properties `((upstream-name . "megadepth"))) (properties `((upstream-name . "megadepth")))
(build-system r-build-system) (build-system r-build-system)
(inputs `(("megadepth" ,megadepth))) (inputs `(("megadepth" ,megadepth)))