diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-08-16 22:41:11 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-08-16 22:41:27 +0200 |
commit | b65bd33c36dcc290193a419b34ad4d4a7b3ff14d (patch) | |
tree | 0f0cb12a4eb8c784904952efb98214fd3cd0619b /gnu | |
parent | 93b3ef1966f9860ae88b87263f8c7f6052565c3f (diff) | |
download | guix-b65bd33c36dcc290193a419b34ad4d4a7b3ff14d.tar guix-b65bd33c36dcc290193a419b34ad4d4a7b3ff14d.tar.gz |
gnu: r-edger: Update to 3.26.7.
* gnu/packages/bioinformatics.scm (r-edger): Update to 3.26.7.
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 a9e0264369..d729b1bc00 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -7458,13 +7458,13 @@ names in their natural, rather than lexicographic, order.") (define-public r-edger (package (name "r-edger") - (version "3.26.6") + (version "3.26.7") (source (origin (method url-fetch) (uri (bioconductor-uri "edgeR" version)) (sha256 (base32 - "17vadhamjv4x0l4qqq2p2fi6j2bkllz5zd8dq761vgd5ic23zizm")))) + "1xbhb8aa1ygm5crkp1bmqs2x1601ppa2kgc2xlf2zh8jj8zqapg8")))) (properties `((upstream-name . "edgeR"))) (build-system r-build-system) (propagated-inputs |