gnu: r-qtl: Update to 1.45-11.

* gnu/packages/bioinformatics.scm (r-qtl): Update to 1.45-11.
This commit is contained in:
Ricardo Wurmus 2020-02-19 20:54:45 +01:00
parent be1042b326
commit db092c2a90
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8236,7 +8236,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.44-9") (version "1.45-11")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -8244,7 +8244,7 @@ throughput genetic sequencing data sets using regression methods.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"03lmvydln8b7666b6w46qbryhf83vsd11d4y2v95rfgvqgq66l1i")))) "1d6qgj602fm6zia3djl4hmca0ri4v57ffp3g93p2yc3cabx2hq90"))))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://rqtl.org/") (home-page "https://rqtl.org/")
(synopsis "R package for analyzing QTL experiments in genetics") (synopsis "R package for analyzing QTL experiments in genetics")