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 @@ (define-public r-ballgown
(define-public r-megadepth
(package
(name "r-megadepth")
(version "1.2.3")
(version "1.4.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "megadepth" version))
(sha256
(base32
"0grgj7bzyqnxby0sx5ic1h9bzmx19xwl0a5b3v6wbnwqcla2i3kg"))))
"0mg7n3990qv65rg624473ssccka0yjpgc20glrdc5saci891j44r"))))
(properties `((upstream-name . "megadepth")))
(build-system r-build-system)
(inputs `(("megadepth" ,megadepth)))