gnu: r-monocle: Update to 2.30.1.

* gnu/packages/bioconductor.scm (r-monocle): Update to 2.30.1.
[propagated-inputs]: Remove r-qlcmatrix.

Change-Id: Id3876045fe925a82892cd2dbe7f56a0b475f2226
This commit is contained in:
Ricardo Wurmus 2024-04-09 23:55:06 +02:00
parent 6b1c49d07b
commit 1f2308ab30
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -14494,14 +14494,14 @@ (define-public r-mast
(define-public r-monocle
(package
(name "r-monocle")
(version "2.30.0")
(version "2.30.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "monocle" version))
(sha256
(base32
"0i1qnmiaf3gf8955nlqzd81xzg4siliq154k699jmsz0fyyykia1"))))
"0hb2s58xx5cmrn3wlppay7275mln8r5y5dsnvpcps3s6xcab00rm"))))
(build-system r-build-system)
(propagated-inputs
(list r-biobase
@ -14524,7 +14524,6 @@ (define-public r-monocle
r-pheatmap
r-plyr
r-proxy
r-qlcmatrix
r-rann
r-rcpp
r-reshape2