gnu: r-gwascat: Update to 2.12.0.
* gnu/packages/bioinformatics.scm (r-gwascat): Update to 2.12.0.master
parent
fecbbac286
commit
2d3c172b72
|
@ -10554,14 +10554,14 @@ with your data.")
|
||||||
(define-public r-gwascat
|
(define-public r-gwascat
|
||||||
(package
|
(package
|
||||||
(name "r-gwascat")
|
(name "r-gwascat")
|
||||||
(version "2.10.0")
|
(version "2.12.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "gwascat" version))
|
(uri (bioconductor-uri "gwascat" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0n5x5i5v6a8wpn5mxmlpkl34b4kyypmymiwww6g61zch7xqrgywi"))))
|
"08ba9il4vbjjwlbwmqg4ai6ya1p09js9agn95sw0dhc9gqln42hx"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-annotationdbi" ,r-annotationdbi)
|
`(("r-annotationdbi" ,r-annotationdbi)
|
||||||
|
|
Reference in New Issue