summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2017-11-06 18:51:26 +0100
committerRicardo Wurmus <rekado@elephly.net>2017-11-07 08:15:27 +0100
commitc7782c3f1f8e46ae804491cf1e37ed09c2d61eb6 (patch)
treeaf2e827e6f12c041ae2eedd44a70900810887c86
parent7373b4167a657d0d21a3716145ca02fc23d74e3d (diff)
downloadguix-patches-c7782c3f1f8e46ae804491cf1e37ed09c2d61eb6.tar
guix-patches-c7782c3f1f8e46ae804491cf1e37ed09c2d61eb6.tar.gz
gnu: r-biocviews: Update to 1.46.0.
* gnu/packages/bioinformatics.scm (r-biocviews): Update to 1.46.0. [propagated-inputs]: Remove r-knitr.
-rw-r--r--gnu/packages/bioinformatics.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index a3f15c6bea..e9aa594bab 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6418,13 +6418,13 @@ Bioconductor, CRAN, and Github.")
(define-public r-biocviews
(package
(name "r-biocviews")
- (version "1.44.0")
+ (version "1.46.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "biocViews" version))
(sha256
(base32
- "17hi8w0w63f5yc43kid5pbld3ca78sj6n8x9dmkbl8h48818xbga"))))
+ "09zyqj1kqc089lmh9sliy0acanx9zimcasvp71dsrg2bqm08r1md"))))
(properties
`((upstream-name . "biocViews")))
(build-system r-build-system)
@@ -6434,7 +6434,6 @@ Bioconductor, CRAN, and Github.")
("r-rbgl" ,r-rbgl)
("r-rcurl" ,r-rcurl)
("r-xml" ,r-xml)
- ("r-knitr" ,r-knitr)
("r-runit" ,r-runit)))
(home-page "https://bioconductor.org/packages/biocViews")
(synopsis "Bioconductor package categorization helper")