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