mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-varianttools: Update to 1.38.0.
* gnu/packages/bioconductor.scm (r-varianttools): Update to 1.38.0.
This commit is contained in:
parent
0ff26b744a
commit
a88487870b
1 changed files with 2 additions and 2 deletions
|
@ -8362,14 +8362,14 @@ (define-public r-triform
|
|||
(define-public r-varianttools
|
||||
(package
|
||||
(name "r-varianttools")
|
||||
(version "1.36.0")
|
||||
(version "1.38.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "VariantTools" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0079dsgav4q03c4i0dhggc88iifd828n73kjv3sahim9akafdshl"))))
|
||||
"18nxcamfgnw4n2ab0czxglw0sqc9wzdqzpjv43lcyyal23lzzsix"))))
|
||||
(properties `((upstream-name . "VariantTools")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue