mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 03:20:04 +01:00
gnu: r-deseq2: Update to 1.40.2.
* gnu/packages/bioconductor.scm (r-deseq2): Update to 1.40.2.
This commit is contained in:
parent
6604189891
commit
2b62bc3f67
1 changed files with 2 additions and 2 deletions
|
@ -6424,14 +6424,14 @@ distribution.")
|
||||||
(define-public r-deseq2
|
(define-public r-deseq2
|
||||||
(package
|
(package
|
||||||
(name "r-deseq2")
|
(name "r-deseq2")
|
||||||
(version "1.40.1")
|
(version "1.40.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "DESeq2" version))
|
(uri (bioconductor-uri "DESeq2" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1910nvcm1lj5mcg8jdvfql6a6h1wnrgfl616gz942g4ngl18ya3p"))))
|
"0rb6b2aqn3an5ria4yjasjr7aldr5606rkc4yw275x9ddii22djg"))))
|
||||||
(properties `((upstream-name . "DESeq2")))
|
(properties `((upstream-name . "DESeq2")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Reference in a new issue