~ruther/guix-local

c8a9b2bcbff2d78609f8d34ad4d9ca41f17f4602 — Ricardo Wurmus 8 years ago 023aa8f
gnu: r-qtl: Update to 1.41-6.

* gnu/packages/bioinformatics.scm (r-qtl): Update to 1.41-6.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +2 -2
@@ 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")