mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: r-cghbase: Update to 1.54.0.
* gnu/packages/bioconductor.scm (r-cghbase): Update to 1.54.0.
This commit is contained in:
parent
c6cff9686b
commit
c5cb1e0118
1 changed files with 2 additions and 2 deletions
|
@ -5254,12 +5254,12 @@ (define-public r-marray
|
||||||
(define-public r-cghbase
|
(define-public r-cghbase
|
||||||
(package
|
(package
|
||||||
(name "r-cghbase")
|
(name "r-cghbase")
|
||||||
(version "1.52.0")
|
(version "1.54.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "CGHbase" version))
|
(uri (bioconductor-uri "CGHbase" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1p87k4vw981k97d9bckmprrfg55jwd91658rgxzjj8hnschf28a4"))))
|
(base32 "1kfxw126bddfy67cmf8dca9qq4bg7fkxjf8iaikplhvs5hl7bp4d"))))
|
||||||
(properties `((upstream-name . "CGHbase")))
|
(properties `((upstream-name . "CGHbase")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue