gnu: r-hsmmsinglecell: Update to 1.16.0.

* gnu/packages/bioconductor.scm (r-hsmmsinglecell): Update to 1.16.0.
This commit is contained in:
Ricardo Wurmus 2022-05-28 15:16:56 +02:00
parent 3ff4e48e85
commit 15e10974ef
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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)