mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: r-hsmmsinglecell: Update to 1.24.0.
* gnu/packages/bioconductor.scm (r-hsmmsinglecell): Update to 1.24.0. Change-Id: Ie94c7cd87ac4cdaad47035cb110fb58bb6f68126
This commit is contained in:
parent
5b5c134658
commit
f27c6caa8c
1 changed files with 2 additions and 2 deletions
|
@ -2346,13 +2346,13 @@ (define-public r-pasilla
|
|||
(define-public r-hsmmsinglecell
|
||||
(package
|
||||
(name "r-hsmmsinglecell")
|
||||
(version "1.22.0")
|
||||
(version "1.24.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "HSMMSingleCell" version 'experiment))
|
||||
(sha256
|
||||
(base32 "1nf6jsjvy3qacwz0dl5jc9h87xhj9q73b0g49c2yrxvv1dhayq0i"))))
|
||||
(base32 "18p8hk2dq26pp4fvcf1m8wsvj1mn66i8nr900knl2n9vs09j70wy"))))
|
||||
(properties
|
||||
`((upstream-name . "HSMMSingleCell")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue