mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: r-annotationforge: Update to 1.46.0.
* gnu/packages/bioconductor.scm (r-annotationforge): Update to 1.46.0. Change-Id: Ieabb5d5d3f990d961014003d47eb5dd21656ebc2
This commit is contained in:
parent
131109f910
commit
5c889fbcfd
1 changed files with 2 additions and 2 deletions
|
@ -6853,14 +6853,14 @@ (define-public r-annotationfilter
|
|||
(define-public r-annotationforge
|
||||
(package
|
||||
(name "r-annotationforge")
|
||||
(version "1.44.0")
|
||||
(version "1.46.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "AnnotationForge" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0dbbg0wvk1ndv20d5j80waaz0z1bsp7y2k2m17jly4ax2hc5frc9"))))
|
||||
"1ikri9hb1s0jzw1wyfpwsl02hg8dw2xs703sp085sbsq3cwk9cn1"))))
|
||||
(properties
|
||||
`((upstream-name . "AnnotationForge")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue