mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: r-cellid: Update to 1.12.0.
* gnu/packages/bioconductor.scm (r-cellid): Update to 1.12.0. Change-Id: I620fe4d005eb28786f3d6b50b3459953f23e8184
This commit is contained in:
parent
807f16e459
commit
cf92a83ec2
1 changed files with 2 additions and 2 deletions
|
@ -5032,13 +5032,13 @@ (define-public r-cardelino
|
|||
(define-public r-cellid
|
||||
(package
|
||||
(name "r-cellid")
|
||||
(version "1.10.1")
|
||||
(version "1.12.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "CelliD" version))
|
||||
(sha256
|
||||
(base32
|
||||
"13hwxhdp268h3n8d8wgr75i60apa9mama9bg049yz7c6mj5ixd1v"))))
|
||||
"0c7hls5qasjd5ahrqxp2mpd402jc12pi0pgy7spcbp1fkqm8qvbl"))))
|
||||
(properties `((upstream-name . "CelliD")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue