gnu: r-annotationforge: Update to 1.30.1.
* gnu/packages/bioinformatics.scm (r-annotationforge): Update to 1.30.1. [native-inputs]: Add r-knitr.master
parent
db5addba2c
commit
397568dbca
|
@ -7058,14 +7058,14 @@ exploration of the results.")
|
||||||
(define-public r-annotationforge
|
(define-public r-annotationforge
|
||||||
(package
|
(package
|
||||||
(name "r-annotationforge")
|
(name "r-annotationforge")
|
||||||
(version "1.28.0")
|
(version "1.30.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "AnnotationForge" version))
|
(uri (bioconductor-uri "AnnotationForge" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0h2r60v339ajk5r6xq4iwwcpihdvf12fi8255byr2dhglzrd8xl7"))))
|
"1a2155jxbwc6qr3dcyvp850grhdr7czc7bs3s87ff4sgdl0jp3jw"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "AnnotationForge")))
|
`((upstream-name . "AnnotationForge")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
@ -7078,6 +7078,8 @@ exploration of the results.")
|
||||||
("r-rsqlite" ,r-rsqlite)
|
("r-rsqlite" ,r-rsqlite)
|
||||||
("r-s4vectors" ,r-s4vectors)
|
("r-s4vectors" ,r-s4vectors)
|
||||||
("r-xml" ,r-xml)))
|
("r-xml" ,r-xml)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://bioconductor.org/packages/AnnotationForge")
|
(home-page "https://bioconductor.org/packages/AnnotationForge")
|
||||||
(synopsis "Code for building annotation database packages")
|
(synopsis "Code for building annotation database packages")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue