gnu: r-qtl: Update to 1.44-9.

* gnu/packages/bioinformatics.scm (r-qtl): Update to 1.44-9.
This commit is contained in:
Ricardo Wurmus 2019-01-28 16:15:49 +01:00
parent 439d821a3b
commit 5d9b140b29
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8485,7 +8485,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.42-8") (version "1.44-9")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -8493,7 +8493,7 @@ throughput genetic sequencing data sets using regression methods.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1l528dwvfpdlr05imrrm4rq32axp6hld9nqm6mm43kn5n7z2f5k6")))) "03lmvydln8b7666b6w46qbryhf83vsd11d4y2v95rfgvqgq66l1i"))))
(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")