gnu: r-qtl: Update to 1.39-5.

* gnu/packages/bioinformatics.scm (r-qtl): Update to 1.39-5.
This commit is contained in:
Ricardo Wurmus 2016-04-19 17:45:55 +02:00
parent 2ff8212eb9
commit e1c2ad6777
1 changed files with 2 additions and 2 deletions

View File

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