mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: r-debcam: Update to 1.16.0.
* gnu/packages/bioconductor.scm (r-debcam): Update to 1.16.0.
This commit is contained in:
parent
00400127ef
commit
e3262cc2e1
1 changed files with 2 additions and 2 deletions
|
@ -3273,13 +3273,13 @@ (define-public r-dearseq
|
|||
(define-public r-debcam
|
||||
(package
|
||||
(name "r-debcam")
|
||||
(version "1.14.0")
|
||||
(version "1.16.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "debCAM" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ynz57kkxl8nx80zhh1vhhydqb5n6r9d7p69f0k9nj8rp4hdgng7"))))
|
||||
"09dm861adbxdy3ncfdxq46wjr4hpn56c66n64xm9gwzkzsrxyc2a"))))
|
||||
(properties `((upstream-name . "debCAM")))
|
||||
(build-system r-build-system)
|
||||
(inputs (list openjdk))
|
||||
|
|
Loading…
Reference in a new issue