gnu: r-bqtl: Update to 1.0-34.

* gnu/packages/cran.scm (r-bqtl): Update to 1.0-34.
This commit is contained in:
Ricardo Wurmus 2022-11-04 09:58:37 +01:00
parent f2b7725600
commit ed4fb7dda7
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -18912,14 +18912,14 @@ (define-public r-haplo-stats
(define-public r-bqtl
(package
(name "r-bqtl")
(version "1.0-33")
(version "1.0-34")
(source
(origin
(method url-fetch)
(uri (cran-uri "bqtl" version))
(sha256
(base32
"1sbzpi9z94f010lw2y1gmifjrvpmiqs4m26za7vr1xz72azrqvs9"))))
"1xlkgyhlgrwqfzph4sbhh49pjzfnw5zdr3y4786rsnr3faksnxns"))))
(build-system r-build-system)
(native-inputs (list gfortran))
(home-page "http://famprevmed.ucsd.edu/faculty/cberry/bqtl/")