diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-06-13 15:03:10 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-06-13 15:14:37 +0200 |
commit | 5b730eba3ea415f58deeaebaa2eae26db8802cfd (patch) | |
tree | a9435bd57b07af6ff46484ff22040b89a4cbdd9f | |
parent | c812f46817b8d64797a00e706e3c715cf12aec13 (diff) | |
download | guix-5b730eba3ea415f58deeaebaa2eae26db8802cfd.tar guix-5b730eba3ea415f58deeaebaa2eae26db8802cfd.tar.gz |
gnu: r-biocviews: Update to 1.48.1.
* gnu/packages/bioinformatics.scm (r-biocviews): Update to 1.48.1.
-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 e93eeb5069..b9ea410230 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -6939,13 +6939,13 @@ Bioconductor, CRAN, and Github.") (define-public r-biocviews (package (name "r-biocviews") - (version "1.48.0") + (version "1.48.1") (source (origin (method url-fetch) (uri (bioconductor-uri "biocViews" version)) (sha256 (base32 - "1yx2lir67ny0j150wyfqca0wsxp84byri8nscbs9qlndkh2jppq9")))) + "1q5z6xxhjyibr165di7iyachw4gd4bdrxkd8rjkcklnngsrx1azm")))) (properties `((upstream-name . "biocViews"))) (build-system r-build-system) |