gnu: r-gprofiler: Update to 0.6.4.
* gnu/packages/bioinformatics.scm (r-gprofiler): Update to 0.6.4.
This commit is contained in:
parent
8877ab432e
commit
ca7855fcd2
|
@ -9979,14 +9979,14 @@ interval to data view, mismatch pileup, and several splicing summaries.")
|
||||||
(define-public r-gprofiler
|
(define-public r-gprofiler
|
||||||
(package
|
(package
|
||||||
(name "r-gprofiler")
|
(name "r-gprofiler")
|
||||||
(version "0.6.3")
|
(version "0.6.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "gProfileR" version))
|
(uri (cran-uri "gProfileR" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08dsnja3g8qvqlgwhx9c9f8p8psn3qr5ddn84dhizkgglj30v2wj"))))
|
"1cka02zbz1rbppm782qpxk1xn9qxbrv2gp5rgf970j906hxm2y0b"))))
|
||||||
(properties `((upstream-name . "gProfileR")))
|
(properties `((upstream-name . "gProfileR")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in New Issue