gnu: r-gseabase: Update to 1.52.0.
* gnu/packages/bioinformatics.scm (r-gseabase): Update to 1.52.0.master
parent
7a57b229b6
commit
03312f052a
|
@ -7308,14 +7308,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.50.1")
|
(version "1.52.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
|
||||||
"1k4faj53cwvqijad8cf7fcghzxcv9shlbpl8n73bsncc8k192y2j"))))
|
"0lcxbxfg62zdf2nql49asn3555cqrrxpjm2xsxf7vlxv84dl6r44"))))
|
||||||
(properties `((upstream-name . "GSEABase")))
|
(properties `((upstream-name . "GSEABase")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue