mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-deseq2: Update to 1.18.0.
* gnu/packages/bioinformatics.scm (r-deseq2): Update to 1.18.0.
This commit is contained in:
parent
554fac74aa
commit
0166dc07ef
1 changed files with 2 additions and 2 deletions
|
@ -5753,14 +5753,14 @@ (define-public r-genefilter
|
||||||
(define-public r-deseq2
|
(define-public r-deseq2
|
||||||
(package
|
(package
|
||||||
(name "r-deseq2")
|
(name "r-deseq2")
|
||||||
(version "1.16.1")
|
(version "1.18.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "DESeq2" version))
|
(uri (bioconductor-uri "DESeq2" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01pvyljxkwazxl510v7h0971nx65iqd2bdkbdhw3xzind0n9pdvq"))))
|
"1hcxnkkjfvz4hj8iqidshwsjq7jnl1z7wj63dvcwlx1zx5aichyh"))))
|
||||||
(properties `((upstream-name . "DESeq2")))
|
(properties `((upstream-name . "DESeq2")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue