mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: r-deseq2: Update to 1.22.1.
* gnu/packages/bioinformatics.scm (r-deseq2): Update to 1.22.1.
This commit is contained in:
parent
85fb33a051
commit
b5c552e654
1 changed files with 2 additions and 2 deletions
|
@ -6424,14 +6424,14 @@ (define-public r-genefilter
|
||||||
(define-public r-deseq2
|
(define-public r-deseq2
|
||||||
(package
|
(package
|
||||||
(name "r-deseq2")
|
(name "r-deseq2")
|
||||||
(version "1.20.0")
|
(version "1.22.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "DESeq2" version))
|
(uri (bioconductor-uri "DESeq2" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wjnfpb41a9mmf9a22bz4zh7r1d4id50vpdc1mn5vfzrz7li9qik"))))
|
"1b2bmvcsfzvks47d7w46zplcwz0kgcdhx5xmx3x9lp2gvx2p84r5"))))
|
||||||
(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