mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: r-structuralvariantannotation: Update to 1.18.0.
* gnu/packages/bioconductor.scm (r-structuralvariantannotation): Update to 1.18.0. Change-Id: Iee4a06a6c0f22ff0b88a583210968a6a752ff2df
This commit is contained in:
parent
05062b3a92
commit
3527647b1e
1 changed files with 2 additions and 2 deletions
|
@ -10806,13 +10806,13 @@ (define-public r-stringdb
|
|||
(define-public r-structuralvariantannotation
|
||||
(package
|
||||
(name "r-structuralvariantannotation")
|
||||
(version "1.16.0")
|
||||
(version "1.18.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "StructuralVariantAnnotation" version))
|
||||
(sha256
|
||||
(base32 "0gkps2pls9bpqr8sxm8zwdkn156g8r6mhf4bx17nif5s35qld1rb"))))
|
||||
(base32 "1h3l3xbxwf2w2dl0qz72v68h5g77zhd2rr0g86l2dhn67mhy8ml2"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-assertthat
|
||||
|
|
Loading…
Reference in a new issue