summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-02-18 21:52:00 +0100
committerRicardo Wurmus <rekado@elephly.net>2018-02-19 09:53:04 +0100
commitca7855fcd2cc162556054d709e7a435ef7455288 (patch)
treeb2ce1a58d05a0a816c7bcb317f35be44eaff9159 /gnu
parent8877ab432e81eeb204957525c8f87df582fb8a49 (diff)
downloadpatches-ca7855fcd2cc162556054d709e7a435ef7455288.tar
patches-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.scm4
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