me
/
guix
Archived
1
0
Fork 0

gnu: r-debcam: Update to 1.16.0.

* gnu/packages/bioconductor.scm (r-debcam): Update to 1.16.0.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -3273,13 +3273,13 @@ set analyses, and can deal with repeated or longitudinal data.")
(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))