summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-03-06 11:31:31 +0100
committerJosselin Poiret <dev@jpoiret.xyz>2024-03-09 15:58:50 +0100
commit1698dac1de5d77723fcb5ee4ff4d02cee401e78e (patch)
tree76a7da8b1819f8d7230d174bde69fa2b05d1bc6a /gnu
parentc7abae42f7290a281ee6931fe41d3c39b2ba6622 (diff)
gnu: r-nebulosa: Update to 1.12.1.
* gnu/packages/bioconductor.scm (r-nebulosa): Update to 1.12.1. [propagated-inputs]: Remove r-seurat; add r-ggrastr and r-seuratobject. Change-Id: If301102ec02ce618ed1ebeff17a9d7e0845e847c
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/bioconductor.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 8bda746ee0..e1a782d925 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -6198,20 +6198,21 @@ mapping.")
(define-public r-nebulosa
(package
(name "r-nebulosa")
- (version "1.12.0")
+ (version "1.12.1")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "Nebulosa" version))
(sha256
(base32
- "0kzkdwxrhl7plbcbqr58gnadhhbhx2811ian0s4kds14y4mxl26c"))))
+ "11wn6l27cshhb1djsgqaqr8d33j4bipy0w0gafp3fkvg7mnpnhps"))))
(properties `((upstream-name . "Nebulosa")))
(build-system r-build-system)
(propagated-inputs (list r-ggplot2
+ r-ggrastr
r-ks
r-matrix
r-patchwork
- r-seurat
+ r-seuratobject
r-singlecellexperiment
r-summarizedexperiment))
(native-inputs (list r-knitr))