mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 09:16:31 +01:00
gnu: r-variantannotation: Update to 1.34.0.
* gnu/packages/bioinformatics.scm (r-variantannotation): Update to 1.34.0.
This commit is contained in:
parent
c14d59d9ad
commit
cdd83b2e22
1 changed files with 2 additions and 2 deletions
|
@ -7774,13 +7774,13 @@ (define-public r-edger
|
||||||
(define-public r-variantannotation
|
(define-public r-variantannotation
|
||||||
(package
|
(package
|
||||||
(name "r-variantannotation")
|
(name "r-variantannotation")
|
||||||
(version "1.32.0")
|
(version "1.34.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
|
||||||
"009s7rzp78s2w6iybizina42qx2w8qv3xwjbkpqphmm451maykgs"))))
|
"09y6ymwky839nb0y7y93w810hk9mvwqn7595q1276c28dkddiqvw"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "VariantAnnotation")))
|
`((upstream-name . "VariantAnnotation")))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in a new issue