diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-02-18 21:51:11 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-02-19 09:53:04 +0100 |
commit | 3118b28644a006f53c583dc3c6b67a5703b65685 (patch) | |
tree | 09bca329722a39ce713d785a78c76a5f042ad130 /gnu/packages | |
parent | 824c2004758d0ec2340894eb2698e83316107813 (diff) | |
download | patches-3118b28644a006f53c583dc3c6b67a5703b65685.tar patches-3118b28644a006f53c583dc3c6b67a5703b65685.tar.gz |
gnu: r-qtl: Update to 1.42-7.
* gnu/packages/bioinformatics.scm (r-qtl): Update to 1.42-7.
Diffstat (limited to 'gnu/packages')
-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 9e51593848..4553e8b443 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -8111,7 +8111,7 @@ throughput genetic sequencing data sets using regression methods.") (define-public r-qtl (package (name "r-qtl") - (version "1.41-6") + (version "1.42-7") (source (origin (method url-fetch) @@ -8119,7 +8119,7 @@ throughput genetic sequencing data sets using regression methods.") version ".tar.gz")) (sha256 (base32 - "067az4v432zxp6lxck8d7vlh9w4r13r0mvw5zsglyaqwsh3d9sad")))) + "0hxij8v4my5x4pf5fn5327g7m3n7vjkbzrl580vcmp81n3n3nmrx")))) (build-system r-build-system) (home-page "http://rqtl.org/") (synopsis "R package for analyzing QTL experiments in genetics") |