mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: r-gwascat: Update to 2.18.0.
* gnu/packages/bioinformatics.scm (r-gwascat): Update to 2.18.0.
This commit is contained in:
parent
0a16021241
commit
28329991b0
1 changed files with 2 additions and 2 deletions
|
@ -10352,14 +10352,14 @@ (define-public r-gviz
|
||||||
(define-public r-gwascat
|
(define-public r-gwascat
|
||||||
(package
|
(package
|
||||||
(name "r-gwascat")
|
(name "r-gwascat")
|
||||||
(version "2.16.1")
|
(version "2.18.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
|
||||||
"0d4krqx8zjniwp6k2vzwqgfws39w03x51kqiwd5dks1fp05sw4xh"))))
|
"038vhfsk2vs7inn5di093cmjbb81k7j0af385sg7l01jj70bdqq1"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-annotationdbi" ,r-annotationdbi)
|
`(("r-annotationdbi" ,r-annotationdbi)
|
||||||
|
|
Loading…
Reference in a new issue