roelj pushed a commit to branch master in repository guix. commit 9511773423690f8a0fd063e50845094b2e2aebb4 Author: Roel Janssen <r...@gnu.org> Date: Fri Apr 28 10:31:05 2017 +0200
gnu: r-gostats: Update to 2.42.0. * gnu/packages/bioinformatics.scm (r-gostats): Update to 2.42.0. --- gnu/packages/bioinformatics.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index a30b779..cd3c6aa 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -5614,14 +5614,14 @@ analysis.") (define-public r-gostats (package (name "r-gostats") - (version "2.40.0") + (version "2.42.0") (source (origin (method url-fetch) (uri (bioconductor-uri "GOstats" version)) (sha256 (base32 - "0g2czm94zhzx92z7y2r4mjfxhwml7bhab2db6820ks8nkw1zvr9n")))) + "0qvqjgfnd9ap4rikvyxa9p4dhcnccvkw8phzv88vghh6pq463d62")))) (properties `((upstream-name . "GOstats"))) (build-system r-build-system) (propagated-inputs