diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-06-02 11:47:39 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-06-02 13:39:07 +0200 |
commit | e5f52b692ae7f4542912f528939d5b82e5e543a9 (patch) | |
tree | 4db28d705236da78e18915ad17f3b3ace4ec139a /gnu/packages | |
parent | 97af51ef40ea172324ee50d0a2c6dc9a099f8f9a (diff) | |
download | guix-e5f52b692ae7f4542912f528939d5b82e5e543a9.tar.gz |
gnu: r-biocviews: Update to 1.48.0.
* gnu/packages/bioinformatics.scm (r-biocviews): Update to 1.48.0.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 647d8226a3..3e1881b21e 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -6917,13 +6917,13 @@ Bioconductor, CRAN, and Github.") (define-public r-biocviews (package (name "r-biocviews") - (version "1.46.0") + (version "1.48.0") (source (origin (method url-fetch) (uri (bioconductor-uri "biocViews" version)) (sha256 (base32 - "09zyqj1kqc089lmh9sliy0acanx9zimcasvp71dsrg2bqm08r1md")))) + "1yx2lir67ny0j150wyfqca0wsxp84byri8nscbs9qlndkh2jppq9")))) (properties `((upstream-name . "biocViews"))) (build-system r-build-system) |