gnu: r-gseabase: Update to 1.36.0.
* gnu/packages/bioinformatics.scm (r-gseabase): Update to 1.36.0.
This commit is contained in:
parent
700c780dcf
commit
558d02c361
|
@ -5363,14 +5363,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.34.1")
|
(version "1.36.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
|
||||||
"1mvgja8malrnbzfakzjl5mmi7g080kj8zgxwc5964hcmn33i937j"))))
|
"0l2x7yj7lfb0m2dmsav5ib026dikpgl4crdckrnj776yy08lgxpj"))))
|
||||||
(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