gnu: r-gprofiler: Update to 0.6.3.

* gnu/packages/bioinformatics.scm (r-gprofiler): Update to 0.6.3.
This commit is contained in:
Ricardo Wurmus 2018-02-13 16:02:13 +01:00
parent 169942368f
commit 97bf74076c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9979,14 +9979,14 @@ (define-public r-ggbio
(define-public r-gprofiler
(package
(name "r-gprofiler")
(version "0.6.1")
(version "0.6.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "gProfileR" version))
(sha256
(base32
"1qix15d0wa9nspdclcawml94mng4qmr2jciv7d24py315wfsvv8p"))))
"08dsnja3g8qvqlgwhx9c9f8p8psn3qr5ddn84dhizkgglj30v2wj"))))
(properties `((upstream-name . "gProfileR")))
(build-system r-build-system)
(propagated-inputs