gnu: r-cghbase: Update to 1.64.0.
* gnu/packages/bioconductor.scm (r-cghbase): Update to 1.64.0. Change-Id: I0a2dc81941c373e7f8d4ecefc196aadf5a2375cd
This commit is contained in:
parent
c4e5ed070a
commit
edabbba1a5
1 changed files with 2 additions and 2 deletions
|
@ -13519,12 +13519,12 @@ normalization and quality checking.")
|
||||||
(define-public r-cghbase
|
(define-public r-cghbase
|
||||||
(package
|
(package
|
||||||
(name "r-cghbase")
|
(name "r-cghbase")
|
||||||
(version "1.62.0")
|
(version "1.64.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "CGHbase" version))
|
(uri (bioconductor-uri "CGHbase" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1iw03gq1kvmn9a6h0kw389l9i7h99fbxcsag9f3gkfznjv0vp5k4"))))
|
(base32 "1fz39fdkfvfhzm69pfvliqvp48wsldwm3kpgbsaacrdh46jg5vzk"))))
|
||||||
(properties `((upstream-name . "CGHbase")))
|
(properties `((upstream-name . "CGHbase")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue