mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: r-dittoseq: Update to 1.10.0.
* gnu/packages/bioconductor.scm (r-dittoseq): Update to 1.10.0.
This commit is contained in:
parent
0d9a766fa7
commit
3a15509cb6
1 changed files with 2 additions and 2 deletions
|
@ -5104,13 +5104,13 @@ (define-public r-dirichletmultinomial
|
|||
(define-public r-dittoseq
|
||||
(package
|
||||
(name "r-dittoseq")
|
||||
(version "1.8.1")
|
||||
(version "1.10.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "dittoSeq" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0vi0hcyffaxp6yxsrq95bdlrhr85dvbqm9c7rg6a6blkfgwhlzb4"))))
|
||||
"0sxpwg2cjw70pzdxbdw68nic521w65ryn83mj0pb2m1ncpimin4b"))))
|
||||
(properties `((upstream-name . "dittoSeq")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue