gnu: r-debcam: Update to 1.16.0.

* gnu/packages/bioconductor.scm (r-debcam): Update to 1.16.0.
This commit is contained in:
zimoun 2022-11-17 03:50:06 +01:00 committed by Ricardo Wurmus
parent 00400127ef
commit e3262cc2e1
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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))