mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 02:29:24 -05:00
gnu: r-varianttools: Update to 1.36.0.
* gnu/packages/bioconductor.scm (r-varianttools): Update to 1.36.0.
This commit is contained in:
parent
07e49dac6f
commit
a2b346ab13
1 changed files with 2 additions and 2 deletions
|
@ -7207,14 +7207,14 @@ (define-public r-triform
|
|||
(define-public r-varianttools
|
||||
(package
|
||||
(name "r-varianttools")
|
||||
(version "1.34.0")
|
||||
(version "1.36.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "VariantTools" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1gpzrln2clfrja8rzxhsis6bi1xqglh3h2lhvqlnrx4lqxhbkv9c"))))
|
||||
"0079dsgav4q03c4i0dhggc88iifd828n73kjv3sahim9akafdshl"))))
|
||||
(properties `((upstream-name . "VariantTools")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue