gnu: r-qtl: Update to 1.40-8.
* gnu/packages/bioinformatics.scm (r-qtl): Update to 1.40-8.
This commit is contained in:
parent
2a1c1b8074
commit
421f7772b4
|
@ -7239,7 +7239,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.39-5")
|
(version "1.40-8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -7247,7 +7247,7 @@ throughput genetic sequencing data sets using regression methods.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1grwgvyv7x0dgay1858bg7qf4wk47gpnq7qkqpcda9cn0h970d6f"))))
|
"05bj1x2ry0i7yqiydlswb3d2h4pxg70z8w1072az1mrv1m54k8sp"))))
|
||||||
(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")
|
||||||
|
|
Loading…
Reference in New Issue