gnu: r-debcam: Update to 1.22.0.

* gnu/packages/bioconductor.scm (r-debcam): Update to 1.22.0.

Change-Id: Iec96dd28f8adc4d8c070f2e50098a02a4582ec33
This commit is contained in:
Ricardo Wurmus 2024-05-07 12:25:34 +02:00
parent 45b4f78687
commit b9040cb312
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -5264,13 +5264,13 @@ set analyses, and can deal with repeated or longitudinal data.")
(define-public r-debcam
(package
(name "r-debcam")
(version "1.20.0")
(version "1.22.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "debCAM" version))
(sha256
(base32
"1swqqrlwin2i2qq46qyfziblbfsfyd5hf6w39hygp7fdkpic14b7"))
"1lbgwv7009fpwqw6kl94gmm44xypn60r8kcm3fjzgbjbwijriwgq"))
(snippet
'(for-each delete-file
'("inst/java/CornerDetect.jar"
@ -5321,7 +5321,7 @@ set analyses, and can deal with repeated or longitudinal data.")
r-rjava
r-summarizedexperiment))
(native-inputs
(list r-knitr zip))
(list r-knitr zip)) ;zip is needed for repacking the jar
(home-page "https://bioconductor.org/packages/debCAM")
(synopsis "Deconvolution by convex analysis of mixtures")
(description