mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
gnu: r-cghbase: Update to 1.62.0.
* gnu/packages/bioconductor.scm (r-cghbase): Update to 1.62.0. Change-Id: Ib7b8ca1ee0c5ffe5831f92b4b26507e53da5a3a4
This commit is contained in:
parent
cbd1bdf433
commit
af7177b379
1 changed files with 2 additions and 2 deletions
|
@ -12145,12 +12145,12 @@ (define-public r-marray
|
|||
(define-public r-cghbase
|
||||
(package
|
||||
(name "r-cghbase")
|
||||
(version "1.60.0")
|
||||
(version "1.62.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "CGHbase" version))
|
||||
(sha256
|
||||
(base32 "1r050acahvfp2ib88sy9xj4yjzy2d8h73hndi1s075h0zv12mjj7"))))
|
||||
(base32 "1iw03gq1kvmn9a6h0kw389l9i7h99fbxcsag9f3gkfznjv0vp5k4"))))
|
||||
(properties `((upstream-name . "CGHbase")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue