3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-gwascat: Update to 2.14.0.

* gnu/packages/bioinformatics.scm (r-gwascat): Update to 2.14.0.
This commit is contained in:
Ricardo Wurmus 2018-11-07 12:17:22 +01:00
parent d57445c9b2
commit 85b16c05e8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10668,14 +10668,14 @@ with your data.")
(define-public r-gwascat
(package
(name "r-gwascat")
(version "2.12.0")
(version "2.14.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "gwascat" version))
(sha256
(base32
"08ba9il4vbjjwlbwmqg4ai6ya1p09js9agn95sw0dhc9gqln42hx"))))
"1fnyjydhicq4ayrv0lqjv48h9bd72h40s6l82g1h2ng0icwz38g0"))))
(build-system r-build-system)
(propagated-inputs
`(("r-annotationdbi" ,r-annotationdbi)