mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r-ucell: Update to 2.6.2.
* gnu/packages/bioconductor.scm (r-ucell): Update to 2.6.2. Change-Id: Ie08960a237ad1515332794b23c2bd31e94299dfe
This commit is contained in:
parent
be56597c9d
commit
ccf2d49837
1 changed files with 2 additions and 2 deletions
|
@ -18817,13 +18817,13 @@ (define-public r-htqpcr
|
|||
(define-public r-ucell
|
||||
(package
|
||||
(name "r-ucell")
|
||||
(version "2.6.1")
|
||||
(version "2.6.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "UCell" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ds11f1q6v89sfcj1sinrkv7aw3s0prf5nxf7pz4hdsvqn4zp467"))))
|
||||
"00v4b91f7y3zyndbl4wlfay8wljnqypfc05vrw15yr62d9smd35d"))))
|
||||
(properties `((upstream-name . "UCell")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-biocneighbors
|
||||
|
|
Loading…
Reference in a new issue