mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: r-variantannotation: Update to 1.18.0.
* gnu/packages/bioinformatics.scm (r-variantannotation): Update to 1.18.0.
This commit is contained in:
parent
d1ab3d8fa5
commit
052ee32b24
1 changed files with 2 additions and 2 deletions
|
@ -4142,13 +4142,13 @@ (define-public r-genomeinfodb
|
||||||
(define-public r-variantannotation
|
(define-public r-variantannotation
|
||||||
(package
|
(package
|
||||||
(name "r-variantannotation")
|
(name "r-variantannotation")
|
||||||
(version "1.16.4")
|
(version "1.18.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "VariantAnnotation" version))
|
(uri (bioconductor-uri "VariantAnnotation" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1z42j3p9b8h725inq8n0230llsdbav3gwcxy1nliypzfkxbzahsb"))))
|
"1mjm5kav0mjymcj3ha1jnw9snym39w5vc2zkl25dpg78nl00nwar"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "VariantAnnotation")))
|
`((upstream-name . "VariantAnnotation")))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in a new issue