gnu: r-monocle: Update to 2.24.1.
* gnu/packages/bioconductor.scm (r-monocle): Update to 2.24.1.master
parent
8ed8c8b8da
commit
640b45d73c
|
@ -7652,14 +7652,14 @@ single cell assay data.")
|
||||||
(define-public r-monocle
|
(define-public r-monocle
|
||||||
(package
|
(package
|
||||||
(name "r-monocle")
|
(name "r-monocle")
|
||||||
(version "2.24.0")
|
(version "2.24.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
|
||||||
"1fyqd7qhij2iyx9vdmgnx2qf0w3kwbkmg805539zrmxry8cwfldb"))))
|
"11g1wx0f1yzhg3x1aa3d5l7pqlzxj16s0gha21skxkgld8k2x8xn"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-biobase
|
(list r-biobase
|
||||||
|
|
Reference in New Issue