diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-02-19 20:54:45 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-02-19 20:54:45 +0100 |
commit | db092c2a901c863a72314da02ec1a1f46d9244fc (patch) | |
tree | 1825cdfb12785c93a301fec6c4755499dfbeb937 | |
parent | be1042b326d846737c8b18bd9bc155cdd63b5c3e (diff) | |
download | guix-db092c2a901c863a72314da02ec1a1f46d9244fc.tar.gz guix-db092c2a901c863a72314da02ec1a1f46d9244fc.zip |
gnu: r-qtl: Update to 1.45-11.
* gnu/packages/bioinformatics.scm (r-qtl): Update to 1.45-11.
-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 2ee4f14d25..724e0b89e3 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -8236,7 +8236,7 @@ throughput genetic sequencing data sets using regression methods.") (define-public r-qtl (package (name "r-qtl") - (version "1.44-9") + (version "1.45-11") (source (origin (method url-fetch) @@ -8244,7 +8244,7 @@ throughput genetic sequencing data sets using regression methods.") version ".tar.gz")) (sha256 (base32 - "03lmvydln8b7666b6w46qbryhf83vsd11d4y2v95rfgvqgq66l1i")))) + "1d6qgj602fm6zia3djl4hmca0ri4v57ffp3g93p2yc3cabx2hq90")))) (build-system r-build-system) (home-page "https://rqtl.org/") (synopsis "R package for analyzing QTL experiments in genetics") |