me
/
guix
Archived
1
0
Fork 0

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
master
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
1 changed files with 2 additions and 3 deletions

View File

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