aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2019-06-29 01:19:33 +0200
committerRicardo Wurmus <rekado@elephly.net>2019-06-29 01:34:43 +0200
commitf0c244229a3cb6e9d92c178c88a7526f697f1589 (patch)
tree7751fa08cc544c755eb30a56cf9cf329f56d76f8 /gnu
parent0253b5d881e78c4920e6dc149d35cc6b2f92db05 (diff)
downloadguix-f0c244229a3cb6e9d92c178c88a7526f697f1589.tar
guix-f0c244229a3cb6e9d92c178c88a7526f697f1589.tar.gz
gnu: r-edger: Update to 3.26.5.
* gnu/packages/bioinformatics.scm (r-edger): Update to 3.26.5.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/bioinformatics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 8d6351501b..1a08947c29 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7467,13 +7467,13 @@ names in their natural, rather than lexicographic, order.")
(define-public r-edger
(package
(name "r-edger")
- (version "3.26.4")
+ (version "3.26.5")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "edgeR" version))
(sha256
(base32
- "013glavk6a1wpyq3q35k343bdp6rf27w30q59i4kf47rp3i37g15"))))
+ "0iba4krz30dx5b0s89n5cfkwn64867s7vmvvfqms9lbcr4kj439m"))))
(properties `((upstream-name . "edgeR")))
(build-system r-build-system)
(propagated-inputs