~ruther/guix-local

97bf74076c59d4b3c97d78b5baafbe47ae592ad2 — Ricardo Wurmus 8 years ago 1699423
gnu: r-gprofiler: Update to 0.6.3.

* gnu/packages/bioinformatics.scm (r-gprofiler): Update to 0.6.3.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +2 -2
@@ 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.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