me
/
guix
Archived
1
0
Fork 0

gnu: r-hsmmsinglecell: Update to 1.16.0.

* gnu/packages/bioconductor.scm (r-hsmmsinglecell): Update to 1.16.0.
master
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
1 changed files with 7 additions and 7 deletions

View File

@ -1385,13 +1385,13 @@ by Brooks et al., Genome Research 2011.")
(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)