mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: r-variantannotation: Update to 1.32.0.
* gnu/packages/bioinformatics.scm (r-variantannotation): Update to 1.32.0.
This commit is contained in:
parent
eea491e5c6
commit
8f5d2c3abc
1 changed files with 2 additions and 2 deletions
|
@ -7476,13 +7476,13 @@ (define-public r-edger
|
|||
(define-public r-variantannotation
|
||||
(package
|
||||
(name "r-variantannotation")
|
||||
(version "1.30.1")
|
||||
(version "1.32.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "VariantAnnotation" version))
|
||||
(sha256
|
||||
(base32
|
||||
"144x3d3b9a3q5jy4aqrk1nf2yavwjhwlf71s7qyr4x3ms3wmvf8i"))))
|
||||
"009s7rzp78s2w6iybizina42qx2w8qv3xwjbkpqphmm451maykgs"))))
|
||||
(properties
|
||||
`((upstream-name . "VariantAnnotation")))
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue