diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-02-18 21:52:00 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-02-19 09:53:04 +0100 |
commit | ca7855fcd2cc162556054d709e7a435ef7455288 (patch) | |
tree | b2ce1a58d05a0a816c7bcb317f35be44eaff9159 /gnu | |
parent | 8877ab432e81eeb204957525c8f87df582fb8a49 (diff) | |
download | guix-ca7855fcd2cc162556054d709e7a435ef7455288.tar guix-ca7855fcd2cc162556054d709e7a435ef7455288.tar.gz |
gnu: r-gprofiler: Update to 0.6.4.
* gnu/packages/bioinformatics.scm (r-gprofiler): Update to 0.6.4.
Diffstat (limited to 'gnu')
-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 70a0822a7c..37de865142 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -9979,14 +9979,14 @@ interval to data view, mismatch pileup, and several splicing summaries.") (define-public r-gprofiler (package (name "r-gprofiler") - (version "0.6.3") + (version "0.6.4") (source (origin (method url-fetch) (uri (cran-uri "gProfileR" version)) (sha256 (base32 - "08dsnja3g8qvqlgwhx9c9f8p8psn3qr5ddn84dhizkgglj30v2wj")))) + "1cka02zbz1rbppm782qpxk1xn9qxbrv2gp5rgf970j906hxm2y0b")))) (properties `((upstream-name . "gProfileR"))) (build-system r-build-system) (propagated-inputs |