gnu: r-genomicfeatures: Update to 1.40.0.
* gnu/packages/bioinformatics.scm (r-genomicfeatures): Update to 1.40.0. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
f85794edb8
commit
a285314e29
1 changed files with 4 additions and 2 deletions
|
@ -8232,13 +8232,13 @@ as well as query and modify the browser state, such as the current viewport.")
|
||||||
(define-public r-genomicfeatures
|
(define-public r-genomicfeatures
|
||||||
(package
|
(package
|
||||||
(name "r-genomicfeatures")
|
(name "r-genomicfeatures")
|
||||||
(version "1.38.2")
|
(version "1.40.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "GenomicFeatures" version))
|
(uri (bioconductor-uri "GenomicFeatures" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0dd226kgks50jdx5w35f3wmg95hy8aibi4kcn8p5kmqp5i8j580b"))))
|
"09ffsflk2yhhj9ivm028y3qdkvv8idgxpm4il3y9rym7shc8b3f8"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "GenomicFeatures")))
|
`((upstream-name . "GenomicFeatures")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
@ -8257,6 +8257,8 @@ as well as query and modify the browser state, such as the current viewport.")
|
||||||
("r-rtracklayer" ,r-rtracklayer)
|
("r-rtracklayer" ,r-rtracklayer)
|
||||||
("r-s4vectors" ,r-s4vectors)
|
("r-s4vectors" ,r-s4vectors)
|
||||||
("r-xvector" ,r-xvector)))
|
("r-xvector" ,r-xvector)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://bioconductor.org/packages/GenomicFeatures")
|
(home-page "https://bioconductor.org/packages/GenomicFeatures")
|
||||||
(synopsis "Tools for working with transcript centric annotations")
|
(synopsis "Tools for working with transcript centric annotations")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue