summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2019-01-12 23:06:08 +0100
committerRicardo Wurmus <rekado@elephly.net>2019-01-12 23:35:18 +0100
commit0f268bb2757f410a4d71db64910469b189085df4 (patch)
tree974004d95147a435abbc57043928c2534c6c9548 /gnu/packages
parenta0224bd4f642bbb1633b9731ef6993502db9ea50 (diff)
downloadpatches-0f268bb2757f410a4d71db64910469b189085df4.tar
patches-0f268bb2757f410a4d71db64910469b189085df4.tar.gz
gnu: r-singlecellexperiment: Update to 1.4.1.
* gnu/packages/bioinformatics.scm (r-singlecellexperiment): Update to 1.4.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/bioinformatics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 94bae01ed9..79783b4a30 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10979,14 +10979,14 @@ matrices.")
(define-public r-singlecellexperiment
(package
(name "r-singlecellexperiment")
- (version "1.4.0")
+ (version "1.4.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "SingleCellExperiment" version))
(sha256
(base32
- "19r4r7djrn46qlijkj1g926vcklxzcrxjlxv6cg43m9j9jgfs3dj"))))
+ "12139kk9cqgzpm6f3cwdsq31gj5lxamz2q939dy9fa0fa54gdaq4"))))
(properties
`((upstream-name . "SingleCellExperiment")))
(build-system r-build-system)