gnu: r-gostats: Update to 2.58.0.
* gnu/packages/bioconductor.scm (r-gostats): Update to 2.58.0.master
parent
1b44202e20
commit
214e784b57
|
@ -3115,14 +3115,14 @@ manipulating genomic intervals and variables defined along a genome.")
|
||||||
(define-public r-gostats
|
(define-public r-gostats
|
||||||
(package
|
(package
|
||||||
(name "r-gostats")
|
(name "r-gostats")
|
||||||
(version "2.56.0")
|
(version "2.58.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "GOstats" version))
|
(uri (bioconductor-uri "GOstats" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"18q8p0fv9fl2r6zjxknfjwqxr69dlyxy6c8amzn6c6dwjq1cxk6j"))))
|
"0jjswy6qmfgr2f6vk3y9pdvs9x91gn31h55qllgh0qb2cb26g9wa"))))
|
||||||
(properties `((upstream-name . "GOstats")))
|
(properties `((upstream-name . "GOstats")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue