gnu: r-globaltest: Update to 5.58.0.
* gnu/packages/bioconductor.scm (r-globaltest): Update to 5.58.0. Change-Id: Ia73f602887c43ed4e565e75bcf370819127d0b73master
parent
9dc7f60a11
commit
527a14c683
|
@ -8368,13 +8368,13 @@ linear models via the extra sum of squares principle.")
|
||||||
(define-public r-globaltest
|
(define-public r-globaltest
|
||||||
(package
|
(package
|
||||||
(name "r-globaltest")
|
(name "r-globaltest")
|
||||||
(version "5.56.0")
|
(version "5.58.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "globaltest" version))
|
(uri (bioconductor-uri "globaltest" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14kcsx1gynl0fijq67qb5zvfxn4yqj8809p7535y455rd0vddp5r"))))
|
"1cpvs1jcp9ibis06pkbqvhhksy6cis0zynx774d0hqdbb9ljl945"))))
|
||||||
(properties `((upstream-name . "globaltest")))
|
(properties `((upstream-name . "globaltest")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue