gnu: r-gostats: Update to 2.64.0.
* gnu/packages/bioconductor.scm (r-gostats): Update to 2.64.0.master
parent
169c0b7fa1
commit
25c5901adc
|
@ -5568,14 +5568,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.62.0")
|
(version "2.64.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
|
||||||
"121ly9vifarg8y7mc468571bbs0xv4sx6sflm5zcdqf0p83yvjrm"))))
|
"07chyfkq8nwxjgnlrrwza8jw996dq0ki4bzdfalj9yl1iac1pnys"))))
|
||||||
(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