gnu: r-biocviews: Update to 1.66.1.
* gnu/packages/bioconductor.scm (r-biocviews): Update to 1.66.1. [native-inputs]: Add r-knitr.
parent
fc617e70e6
commit
18468f775e
|
@ -15614,13 +15614,13 @@ functionality.")
|
||||||
(define-public r-biocviews
|
(define-public r-biocviews
|
||||||
(package
|
(package
|
||||||
(name "r-biocviews")
|
(name "r-biocviews")
|
||||||
(version "1.66.0")
|
(version "1.66.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "biocViews" version))
|
(uri (bioconductor-uri "biocViews" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1rgn0agw5m4y8838lxzq1r658h1pblaidmm444yfimjffa8znj23"))))
|
"1xplkzm29v6aysfhb6kf2nnmvc37jmcvv6vsgbx8z8qccn96jk02"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "biocViews")))
|
`((upstream-name . "biocViews")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
@ -15632,6 +15632,7 @@ functionality.")
|
||||||
r-rcurl
|
r-rcurl
|
||||||
r-xml
|
r-xml
|
||||||
r-runit))
|
r-runit))
|
||||||
|
(native-inputs (list r-knitr))
|
||||||
(home-page "https://bioconductor.org/packages/biocViews")
|
(home-page "https://bioconductor.org/packages/biocViews")
|
||||||
(synopsis "Bioconductor package categorization helper")
|
(synopsis "Bioconductor package categorization helper")
|
||||||
(description "The purpose of biocViews is to create HTML pages that
|
(description "The purpose of biocViews is to create HTML pages that
|
||||||
|
|
Reference in New Issue