me
/
guix
Archived
1
0
Fork 0

gnu: r-gprofiler: Update to 0.6.6.

* gnu/packages/bioinformatics.scm (r-gprofiler): Update to 0.6.6.
master
Ricardo Wurmus 2018-04-21 08:35:31 +02:00
parent fc6d3e2606
commit 8defca1d94
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -10223,14 +10223,14 @@ interval to data view, mismatch pileup, and several splicing summaries.")
(define-public r-gprofiler
(package
(name "r-gprofiler")
(version "0.6.4")
(version "0.6.6")
(source
(origin
(method url-fetch)
(uri (cran-uri "gProfileR" version))
(sha256
(base32
"1cka02zbz1rbppm782qpxk1xn9qxbrv2gp5rgf970j906hxm2y0b"))))
"1n6cj12j102b4x9vhyl4dljp1i0r43p23cnhqbx4als2xfxdlqgi"))))
(properties `((upstream-name . "gProfileR")))
(build-system r-build-system)
(propagated-inputs