mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: r-dada2: Update to 1.26.0.
* gnu/packages/bioconductor.scm (r-dada2): Update to 1.26.0.
This commit is contained in:
parent
c2c91d9dfe
commit
95792cda89
1 changed files with 2 additions and 2 deletions
|
@ -17953,13 +17953,13 @@ (define-public r-bsseq
|
|||
(define-public r-dada2
|
||||
(package
|
||||
(name "r-dada2")
|
||||
(version "1.24.0")
|
||||
(version "1.26.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "dada2" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0nvjnmcjh0i660y8s3rh9b3zl163wxdx7qm2n36m6vf0iy987l4x"))))
|
||||
"1cdfq4qa4kkfkqnkyxyr109hbvj5li396rm3p2b11qm2pxmfd7kc"))))
|
||||
(properties `((upstream-name . "dada2")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue