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:
Ricardo Wurmus 2024-05-07 12:32:26 +02:00
parent 5b5c134658
commit f27c6caa8c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2346,13 +2346,13 @@ (define-public r-pasilla
(define-public r-hsmmsinglecell (define-public r-hsmmsinglecell
(package (package
(name "r-hsmmsinglecell") (name "r-hsmmsinglecell")
(version "1.22.0") (version "1.24.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "HSMMSingleCell" version 'experiment)) (uri (bioconductor-uri "HSMMSingleCell" version 'experiment))
(sha256 (sha256
(base32 "1nf6jsjvy3qacwz0dl5jc9h87xhj9q73b0g49c2yrxvv1dhayq0i")))) (base32 "18p8hk2dq26pp4fvcf1m8wsvj1mn66i8nr900knl2n9vs09j70wy"))))
(properties (properties
`((upstream-name . "HSMMSingleCell"))) `((upstream-name . "HSMMSingleCell")))
(build-system r-build-system) (build-system r-build-system)