diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-08-03 17:30:59 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-08-03 17:53:54 +0200 |
commit | c8a9b2bcbff2d78609f8d34ad4d9ca41f17f4602 (patch) | |
tree | bf2f130294807dc7cec119b9a2b655b080d24de6 | |
parent | 023aa8ff5839a295b4b42287ba50713775866131 (diff) | |
download | guix-c8a9b2bcbff2d78609f8d34ad4d9ca41f17f4602.tar.gz |
gnu: r-qtl: Update to 1.41-6.
* gnu/packages/bioinformatics.scm (r-qtl): Update to 1.41-6.
-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 ccb31d0960..907309d591 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -7815,7 +7815,7 @@ throughput genetic sequencing data sets using regression methods.") (define-public r-qtl (package (name "r-qtl") - (version "1.40-8") + (version "1.41-6") (source (origin (method url-fetch) @@ -7823,7 +7823,7 @@ throughput genetic sequencing data sets using regression methods.") version ".tar.gz")) (sha256 (base32 - "05bj1x2ry0i7yqiydlswb3d2h4pxg70z8w1072az1mrv1m54k8sp")))) + "067az4v432zxp6lxck8d7vlh9w4r13r0mvw5zsglyaqwsh3d9sad")))) (build-system r-build-system) (home-page "http://rqtl.org/") (synopsis "R package for analyzing QTL experiments in genetics") |