me
/
guix
Archived
1
0
Fork 0

gnu: r-deseq2: Update to 1.30.0.

* gnu/packages/bioinformatics.scm (r-deseq2): Update to 1.30.0.
master
zimoun 2020-10-30 15:57:39 +01:00 committed by Ricardo Wurmus
parent 64cf667e98
commit 936227f144
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7170,14 +7170,14 @@ high-throughput sequencing experiments.")
(define-public r-deseq2 (define-public r-deseq2
(package (package
(name "r-deseq2") (name "r-deseq2")
(version "1.28.1") (version "1.30.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
"0xh12c2skr0bbv893p05gvbismkcnqw8zwh7yz4wmycgajfzg2pp")))) "0q2f9cywrcmp1p7ii8f45g4dk4hsnjflq3yqhsxgnpv9fw338qpp"))))
(properties `((upstream-name . "DESeq2"))) (properties `((upstream-name . "DESeq2")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs