gnu: r-gseabase: Update to 1.40.0.
* gnu/packages/bioinformatics.scm (r-gseabase): Update to 1.40.0.
This commit is contained in:
parent
fad7c0c7bd
commit
9f52e53d5d
|
@ -5884,14 +5884,14 @@ the graph algorithms contained in the Boost library.")
|
||||||
(define-public r-gseabase
|
(define-public r-gseabase
|
||||||
(package
|
(package
|
||||||
(name "r-gseabase")
|
(name "r-gseabase")
|
||||||
(version "1.38.0")
|
(version "1.40.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "GSEABase" version))
|
(uri (bioconductor-uri "GSEABase" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1c6i6g4fj3b8wjyxyygr7i3v8sxrq1ffb2bbicya5ah2gdaclfad"))))
|
"0kpkl6c5lrar6ip7wlhvd5axqlb9lb5l3lgbdb3dlih32c3nz0yq"))))
|
||||||
(properties `((upstream-name . "GSEABase")))
|
(properties `((upstream-name . "GSEABase")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in New Issue