me
/
guix
Archived
1
0
Fork 0

gnu: r-qtl: Update to 1.42-8.

* gnu/packages/bioinformatics.scm (r-qtl): Update to 1.42-8.
master
Ricardo Wurmus 2018-02-22 11:09:40 +01:00
parent 8cc41c8ff5
commit 65c9d25739
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8111,7 +8111,7 @@ throughput genetic sequencing data sets using regression methods.")
(define-public r-qtl
(package
(name "r-qtl")
(version "1.42-7")
(version "1.42-8")
(source
(origin
(method url-fetch)
@ -8119,7 +8119,7 @@ throughput genetic sequencing data sets using regression methods.")
version ".tar.gz"))
(sha256
(base32
"0hxij8v4my5x4pf5fn5327g7m3n7vjkbzrl580vcmp81n3n3nmrx"))))
"1l528dwvfpdlr05imrrm4rq32axp6hld9nqm6mm43kn5n7z2f5k6"))))
(build-system r-build-system)
(home-page "http://rqtl.org/")
(synopsis "R package for analyzing QTL experiments in genetics")