gnu: r-hsmmsinglecell: Update to 1.22.0.

* gnu/packages/bioconductor.scm (r-hsmmsinglecell): Update to 1.22.0.

Change-Id: I541a4637f7ec9b6e85e52c8f222002adef230a50
This commit is contained in:
Ricardo Wurmus 2024-01-22 13:44:55 +01:00
parent 54efc5bd86
commit 1d0674befe
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -2287,13 +2287,13 @@ by Brooks et al., Genome Research 2011.")
(define-public r-hsmmsinglecell
(package
(name "r-hsmmsinglecell")
(version "1.16.0")
(version "1.22.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "HSMMSingleCell" version 'experiment))
(sha256
(base32 "12whx0pl9461xbak5r9zi6ggx5is8sk6mgrbjwlmx3mbr9am116v"))))
(base32 "1nf6jsjvy3qacwz0dl5jc9h87xhj9q73b0g49c2yrxvv1dhayq0i"))))
(properties
`((upstream-name . "HSMMSingleCell")))
(build-system r-build-system)