mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: r-megadepth: Update to 1.4.0.
* gnu/packages/bioconductor.scm (r-megadepth): Update to 1.4.0.
This commit is contained in:
parent
7ed7b40b18
commit
8dd33b890a
1 changed files with 2 additions and 2 deletions
|
@ -13915,14 +13915,14 @@ to annotation.")
|
|||
(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)))
|
||||
|
|
Loading…
Reference in a new issue