mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-biocviews: Update to 1.76.0.
* gnu/packages/bioconductor.scm (r-biocviews): Update to 1.76.0. [native-inputs]: Remove r-runit; add r-biocgenerics. Change-Id: I63177855b4e85b7f3cf3feb877a53fe07a160617
This commit is contained in:
parent
09b5b697c6
commit
034778b564
1 changed files with 3 additions and 3 deletions
|
@ -24143,13 +24143,13 @@ functionality.")
|
||||||
(define-public r-biocviews
|
(define-public r-biocviews
|
||||||
(package
|
(package
|
||||||
(name "r-biocviews")
|
(name "r-biocviews")
|
||||||
(version "1.74.0")
|
(version "1.76.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "biocViews" version))
|
(uri (bioconductor-uri "biocViews" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0y1i7sl76kczmkynb2lyd7v6mmz4gfp3j1qp4w4swn221q5p1cjr"))))
|
"1572jbg29lvnn1gan47mfqj7fn33hv9fw1bdvprjfmabq9n2cv9r"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "biocViews")))
|
`((upstream-name . "biocViews")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
@ -24163,7 +24163,7 @@ functionality.")
|
||||||
r-rcurl
|
r-rcurl
|
||||||
r-runit
|
r-runit
|
||||||
r-xml))
|
r-xml))
|
||||||
(native-inputs (list r-knitr r-runit))
|
(native-inputs (list r-biocgenerics 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue