rekado pushed a commit to branch master
in repository guix.
commit 5d9b140b29f275adb549ee2accca86c72e81b87b
Author: Ricardo Wurmus <[email protected]>
Date: Mon Jan 28 16:15:49 2019 +0100
gnu: r-qtl: Update to 1.44-9.
* gnu/packages/bioinformatics.scm (r-qtl): Update to 1.44-9.
---
gnu/packages/bioinformatics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 1d94615..4438959 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8485,7 +8485,7 @@ throughput genetic sequencing data sets using regression
methods.")
(define-public r-qtl
(package
(name "r-qtl")
- (version "1.42-8")
+ (version "1.44-9")
(source
(origin
(method url-fetch)
@@ -8493,7 +8493,7 @@ throughput genetic sequencing data sets using regression
methods.")
version ".tar.gz"))
(sha256
(base32
- "1l528dwvfpdlr05imrrm4rq32axp6hld9nqm6mm43kn5n7z2f5k6"))))
+ "03lmvydln8b7666b6w46qbryhf83vsd11d4y2v95rfgvqgq66l1i"))))
(build-system r-build-system)
(home-page "http://rqtl.org/")
(synopsis "R package for analyzing QTL experiments in genetics")