gnu: r-qtl: Update to 1.40-8.

* gnu/packages/bioinformatics.scm (r-qtl): Update to 1.40-8.
This commit is contained in:
Ricardo Wurmus 2016-12-29 20:46:32 +01:00
parent 2a1c1b8074
commit 421f7772b4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7239,7 +7239,7 @@ throughput genetic sequencing data sets using regression methods.")
(define-public r-qtl
(package
(name "r-qtl")
(version "1.39-5")
(version "1.40-8")
(source
(origin
(method url-fetch)
@ -7247,7 +7247,7 @@ throughput genetic sequencing data sets using regression methods.")
version ".tar.gz"))
(sha256
(base32
"1grwgvyv7x0dgay1858bg7qf4wk47gpnq7qkqpcda9cn0h970d6f"))))
"05bj1x2ry0i7yqiydlswb3d2h4pxg70z8w1072az1mrv1m54k8sp"))))
(build-system r-build-system)
(home-page "http://rqtl.org/")
(synopsis "R package for analyzing QTL experiments in genetics")