rekado pushed a commit to branch wip-r
in repository guix.
commit 75a731f182e418212ecfd89c235742458ab38410
Author: zimoun <[email protected]>
AuthorDate: Fri Oct 30 15:58:10 2020 +0100
gnu: r-biocviews: Update to 1.58.0.
* gnu/packages/bioinformatics.scm (r-biocviews): Update to 1.58.0.
---
gnu/packages/bioinformatics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 012d9c8..7ea723b 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7594,13 +7594,13 @@ BLAST, KEGG, GenBank, MEDLINE and GO.")
(define-public r-biocviews
(package
(name "r-biocviews")
- (version "1.56.2")
+ (version "1.58.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "biocViews" version))
(sha256
(base32
- "0kw0qfm1fw5yv2rbz6x23431rh0fnzj66f2bls7j285biyjmmx7w"))))
+ "0f0aa51h9x8n114zz6q6iw45d78i9wzl4ycbpiy0bdn23167pd84"))))
(properties
`((upstream-name . "biocViews")))
(build-system r-build-system)