diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-11-07 11:59:53 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-11-07 12:27:12 +0100 |
commit | 2f28ffd81d72307fb3ddf775662c74bac92101a5 (patch) | |
tree | cdfd984b4272c683f4a8ecf29e51ef44685f5df7 | |
parent | 5c996cab4cd0d1265b3baa624fd9ab529a013145 (diff) | |
download | guix-2f28ffd81d72307fb3ddf775662c74bac92101a5.tar.gz |
gnu: r-biocgenerics: Update to 0.28.0.
* gnu/packages/bioinformatics.scm (r-biocgenerics): Update to 0.28.0.
-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 e7c6eca968..5dac828de1 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -7051,13 +7051,13 @@ barplots or heatmaps.") (define-public r-biocgenerics (package (name "r-biocgenerics") - (version "0.26.0") + (version "0.28.0") (source (origin (method url-fetch) (uri (bioconductor-uri "BiocGenerics" version)) (sha256 (base32 - "19qxhy2cd3pykkhzbb5q3crgaxf65cpzf2mkfsz16gqhi8flj72p")))) + "0cvpsrhg7sn7lpqgxvqrsagv6j7xj5rafq5xdjfd8zc4gxrs5rb8")))) (properties `((upstream-name . "BiocGenerics"))) (build-system r-build-system) |