gnu: r-variantannotation: Update to 1.28.13.
* gnu/packages/bioinformatics.scm (r-variantannotation): Update to 1.28.13.
This commit is contained in:
parent
0adb6f207b
commit
2b83d218d8
|
@ -7576,13 +7576,13 @@ CAGE.")
|
||||||
(define-public r-variantannotation
|
(define-public r-variantannotation
|
||||||
(package
|
(package
|
||||||
(name "r-variantannotation")
|
(name "r-variantannotation")
|
||||||
(version "1.28.11")
|
(version "1.28.13")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "VariantAnnotation" version))
|
(uri (bioconductor-uri "VariantAnnotation" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19bxi5b9fzqdjadb8bfm8xsgi6nvrwbgn1xcpk59bnmv9vzjkwrh"))))
|
"1a7b0bg579ynpbfh5dk87fdgl62r9cwk4zmrl61m6zil7881p3gh"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "VariantAnnotation")))
|
`((upstream-name . "VariantAnnotation")))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in New Issue