~ruther/guix-local

0166dc07efa15e37065a42c43fd5eba5ec078130 — Ricardo Wurmus 8 years ago 554fac7
gnu: r-deseq2: Update to 1.18.0.

* gnu/packages/bioinformatics.scm (r-deseq2): Update to 1.18.0.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +2 -2
@@ 5753,14 5753,14 @@ high-throughput sequencing experiments.")
(define-public r-deseq2
  (package
    (name "r-deseq2")
    (version "1.16.1")
    (version "1.18.0")
    (source
     (origin
       (method url-fetch)
       (uri (bioconductor-uri "DESeq2" version))
       (sha256
        (base32
         "01pvyljxkwazxl510v7h0971nx65iqd2bdkbdhw3xzind0n9pdvq"))))
         "1hcxnkkjfvz4hj8iqidshwsjq7jnl1z7wj63dvcwlx1zx5aichyh"))))
    (properties `((upstream-name . "DESeq2")))
    (build-system r-build-system)
    (propagated-inputs