mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r-variantannotation: Update to 1.48.1.
* gnu/packages/bioconductor.scm (r-variantannotation): Update to 1.48.1. Change-Id: I51e6a6db61fc4782823f9a7f85345742b8c7ab72
This commit is contained in:
parent
69126c2b9c
commit
01f345225b
1 changed files with 2 additions and 2 deletions
|
@ -11393,13 +11393,13 @@ (define-public r-valr
|
|||
(define-public r-variantannotation
|
||||
(package
|
||||
(name "r-variantannotation")
|
||||
(version "1.48.0")
|
||||
(version "1.48.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "VariantAnnotation" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1r1cyimr5l5jzgxvmrm3vq8mvz3f1klfdwy9mz31xvnvgjacr58p"))))
|
||||
"0l9xkrvsrc3m65kdjcyir6jkpa718g7idziwr0pp5yaj84bd3xia"))))
|
||||
(properties
|
||||
`((upstream-name . "VariantAnnotation")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue