summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-09-05 13:46:03 +0200
committerRicardo Wurmus <rekado@elephly.net>2018-09-05 20:03:03 +0200
commit3c0437561401986d90de358a8d5fae50d6593261 (patch)
treede4b47654a23dbcee4a07adde8df6795d3c21566 /gnu/packages
parentce0e762bf926bcd6f126466c3556a820833621ba (diff)
downloadpatches-3c0437561401986d90de358a8d5fae50d6593261.tar
patches-3c0437561401986d90de358a8d5fae50d6593261.tar.gz
gnu: r-biocviews: Update to 1.48.3.
* gnu/packages/bioinformatics.scm (r-biocviews): Update to 1.48.3.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/bioinformatics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 6028311b3c..e900bd6194 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6957,13 +6957,13 @@ Bioconductor, CRAN, and Github.")
(define-public r-biocviews
(package
(name "r-biocviews")
- (version "1.48.2")
+ (version "1.48.3")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "biocViews" version))
(sha256
(base32
- "01yiafayl1m5704xdd2cn3zjc78rs10dqyz66lr3qkf6d8w66938"))))
+ "1rxvwikqivsgxjjcazlszy8xgz346lfh5rw4llxw6fz38fjgb0k5"))))
(properties
`((upstream-name . "biocViews")))
(build-system r-build-system)