me
/
guix
Archived
1
0
Fork 0

gnu: r-megadepth: Update to 1.4.0.

* gnu/packages/bioconductor.scm (r-megadepth): Update to 1.4.0.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -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)))