mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 07:58:01 -05:00
gnu: r-varianttools: Update to 1.44.0.
* gnu/packages/bioconductor.scm (r-varianttools): Update to 1.44.0. Change-Id: Ib9dc77f1ba4962d9cbb8cad7ebb8026d8e124ffa
This commit is contained in:
parent
db11b1bbe0
commit
c3d0f015cf
1 changed files with 2 additions and 2 deletions
|
@ -14567,14 +14567,14 @@ (define-public r-triform
|
|||
(define-public r-varianttools
|
||||
(package
|
||||
(name "r-varianttools")
|
||||
(version "1.42.0")
|
||||
(version "1.44.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "VariantTools" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1vkdw626r1ffdsvry6qwhd1i3lkyb9wzrp9zf3dfafi02cap6r47"))))
|
||||
"1ibg4cdpbv4ph3y4r90j8zfwr1cy1z33p4bazhzyi2zv3xa1nrq6"))))
|
||||
(properties `((upstream-name . "VariantTools")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue