mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 08:51:48 -05:00
gnu: r-hsmmsinglecell: Update to 1.16.0.
* gnu/packages/bioconductor.scm (r-hsmmsinglecell): Update to 1.16.0.
This commit is contained in:
parent
3ff4e48e85
commit
15e10974ef
1 changed files with 7 additions and 7 deletions
|
@ -1385,13 +1385,13 @@ (define-public r-pasilla
|
|||
(define-public r-hsmmsinglecell
|
||||
(package
|
||||
(name "r-hsmmsinglecell")
|
||||
(version "1.2.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "HSMMSingleCell" version 'experiment))
|
||||
(sha256
|
||||
(base32
|
||||
"1vxnr8gr6md85g39csy7g2sqqajiqgyvznys2qa9yixd2b01yph9"))))
|
||||
(version "1.16.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "HSMMSingleCell" version 'experiment))
|
||||
(sha256
|
||||
(base32 "12whx0pl9461xbak5r9zi6ggx5is8sk6mgrbjwlmx3mbr9am116v"))))
|
||||
(properties
|
||||
`((upstream-name . "HSMMSingleCell")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue