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