gnu: r-ucell: Update to 2.6.2.
* gnu/packages/bioconductor.scm (r-ucell): Update to 2.6.2. Change-Id: Ie08960a237ad1515332794b23c2bd31e94299dfe
parent
be56597c9d
commit
ccf2d49837
|
@ -18817,13 +18817,13 @@ features (e.g. genes, microRNAs).")
|
||||||
(define-public r-ucell
|
(define-public r-ucell
|
||||||
(package
|
(package
|
||||||
(name "r-ucell")
|
(name "r-ucell")
|
||||||
(version "2.6.1")
|
(version "2.6.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "UCell" version))
|
(uri (bioconductor-uri "UCell" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ds11f1q6v89sfcj1sinrkv7aw3s0prf5nxf7pz4hdsvqn4zp467"))))
|
"00v4b91f7y3zyndbl4wlfay8wljnqypfc05vrw15yr62d9smd35d"))))
|
||||||
(properties `((upstream-name . "UCell")))
|
(properties `((upstream-name . "UCell")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-biocneighbors
|
(propagated-inputs (list r-biocneighbors
|
||||||
|
|
Reference in New Issue