mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: r-ucell: Update to 2.8.0.
* gnu/packages/bioconductor.scm (r-ucell): Update to 2.8.0. Change-Id: I6c7867ce56a96e9320f050c9653ad558d9c9d102
This commit is contained in:
parent
30cdef4c82
commit
23d29d93dd
1 changed files with 2 additions and 2 deletions
|
@ -20011,13 +20011,13 @@ (define-public r-htqpcr
|
||||||
(define-public r-ucell
|
(define-public r-ucell
|
||||||
(package
|
(package
|
||||||
(name "r-ucell")
|
(name "r-ucell")
|
||||||
(version "2.6.2")
|
(version "2.8.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "UCell" version))
|
(uri (bioconductor-uri "UCell" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00v4b91f7y3zyndbl4wlfay8wljnqypfc05vrw15yr62d9smd35d"))))
|
"09r64rrydwgvvvq8f5vzvn7dsh24l9sa1if21wcimrl28ci1g1mv"))))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue