diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-06-02 11:49:06 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-06-02 13:39:08 +0200 |
commit | 4639025284808908d6b60deb2cd54ba64654a944 (patch) | |
tree | 6b1882c0f7a331f90ab6f16d71ee9cde416f441a /gnu | |
parent | 953c8b18f88628289e6753a01c32db62dec4483f (diff) | |
download | guix-4639025284808908d6b60deb2cd54ba64654a944.tar.gz guix-4639025284808908d6b60deb2cd54ba64654a944.zip |
gnu: r-edger: Update to 3.22.2.
* gnu/packages/bioinformatics.scm (r-edger): Update to 3.22.2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 09d06f178e..ad9aec8879 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -7238,13 +7238,13 @@ names in their natural, rather than lexicographic, order.") (define-public r-edger (package (name "r-edger") - (version "3.20.9") + (version "3.22.2") (source (origin (method url-fetch) (uri (bioconductor-uri "edgeR" version)) (sha256 (base32 - "0y52snwbz37xzdd7gihdkqczbndlfzmmypv6hri3ymjyfmlx6qaw")))) + "07py2g6vg9jbflwhc1hnzr2silbinrjwxq3mkq30nzjgf0n0hrf3")))) (properties `((upstream-name . "edgeR"))) (build-system r-build-system) (propagated-inputs |