mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 02:29:24 -05:00
gnu: r-cghcall: Update to 2.56.0.
* gnu/packages/bioconductor.scm (r-cghcall): Update to 2.56.0.
This commit is contained in:
parent
c5cb1e0118
commit
19fb6bae8c
1 changed files with 2 additions and 2 deletions
|
@ -5274,12 +5274,12 @@ (define-public r-cghbase
|
|||
(define-public r-cghcall
|
||||
(package
|
||||
(name "r-cghcall")
|
||||
(version "2.54.0")
|
||||
(version "2.56.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "CGHcall" version))
|
||||
(sha256
|
||||
(base32 "1zik04y2q0anzy85l0b4ryzkxpfx2fnmpwp5s7akyk1jfl2r8gw7"))))
|
||||
(base32 "1r4y8zakgmdbnpwgp14kwh4iwqgqcmjq2yg4nc7j37p09bw1c8zr"))))
|
||||
(properties `((upstream-name . "CGHcall")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue