gnu: r-gseabase: Update to 1.66.0.
* gnu/packages/bioconductor.scm (r-gseabase): Update to 1.66.0. Change-Id: I3bdcaba553a3f23216cb12320700a0a3e4a9b1e9
This commit is contained in:
parent
f3bba92781
commit
1a6aaa7def
1 changed files with 2 additions and 2 deletions
|
@ -8424,14 +8424,14 @@ testing and other simple calculations.")
|
||||||
(define-public r-gseabase
|
(define-public r-gseabase
|
||||||
(package
|
(package
|
||||||
(name "r-gseabase")
|
(name "r-gseabase")
|
||||||
(version "1.64.0")
|
(version "1.66.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
|
||||||
"1y7z3627shskwss8bzjz1xm02rv4s7cdi91v1xqdsbdayjkrh1nb"))))
|
"1pnd8rmpk7gm89cvrqa8qwk40dszkfkhyydxp3gl13zng9c5bq40"))))
|
||||||
(properties `((upstream-name . "GSEABase")))
|
(properties `((upstream-name . "GSEABase")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue