gnu: r-gprofiler: Update to 0.6.3.
* gnu/packages/bioinformatics.scm (r-gprofiler): Update to 0.6.3.
This commit is contained in:
parent
169942368f
commit
97bf74076c
|
@ -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.1")
|
(version "0.6.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "gProfileR" version))
|
(uri (cran-uri "gProfileR" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1qix15d0wa9nspdclcawml94mng4qmr2jciv7d24py315wfsvv8p"))))
|
"08dsnja3g8qvqlgwhx9c9f8p8psn3qr5ddn84dhizkgglj30v2wj"))))
|
||||||
(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