3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-gprofiler: Update to 0.6.4.

* gnu/packages/bioinformatics.scm (r-gprofiler): Update to 0.6.4.
This commit is contained in:
Ricardo Wurmus 2018-02-18 21:52:00 +01:00
parent 8877ab432e
commit ca7855fcd2
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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