mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-varianttools: Update to 1.28.1.
* gnu/packages/bioconductor.scm (r-varianttools): Update to 1.28.1.
This commit is contained in:
parent
64cf2ff90e
commit
851081bf34
1 changed files with 2 additions and 2 deletions
|
@ -3332,14 +3332,14 @@ (define-public r-triform
|
|||
(define-public r-varianttools
|
||||
(package
|
||||
(name "r-varianttools")
|
||||
(version "1.28.0")
|
||||
(version "1.28.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "VariantTools" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0aafcprsqbn1xl8jqnxfl8r2d0lmzhssqpr26lam2cprh3yk0xiv"))))
|
||||
"1x57shc3slcbnc807ra1nwnjr37sqjh04n2xfwd469m4hkjb0jzh"))))
|
||||
(properties `((upstream-name . "VariantTools")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue