diff options
author | Roel Janssen <roel@gnu.org> | 2017-08-02 00:32:46 +0200 |
---|---|---|
committer | Roel Janssen <roel@gnu.org> | 2017-08-02 00:32:46 +0200 |
commit | bd4a0bab5f8eb89e39884f890ea8462366b5b93a (patch) | |
tree | 9646395504b8a71360ded02af8615e991bac30d2 | |
parent | 0ff478344bcbc81993395c3cb2dc81771753a1ed (diff) | |
download | guix-bd4a0bab5f8eb89e39884f890ea8462366b5b93a.tar.gz guix-bd4a0bab5f8eb89e39884f890ea8462366b5b93a.zip |
gnu: r-category: Update to 2.42.1.
* gnu/packages/bioinformatics.scm (r-category): Update to 2.42.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 8a9bd9c660..c856c5065d 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -5867,14 +5867,14 @@ Enrichment Analysis} (GSEA).") (define-public r-category (package (name "r-category") - (version "2.42.0") + (version "2.42.1") (source (origin (method url-fetch) (uri (bioconductor-uri "Category" version)) (sha256 (base32 - "0swcmihyjg0fhaaydl9hm24aj9zffw3bibza9y6sqs6jaqd97f09")))) + "1w186nhc85bglcgmbcrsdbb8l6rph21pl5kdwjqwkp0jnr9z0ifn")))) (properties `((upstream-name . "Category"))) (build-system r-build-system) (propagated-inputs |