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

* gnu/packages/cran.scm (r-bqtl): Update to 1.0-35.
This commit is contained in:
Ricardo Wurmus 2023-09-14 00:04:09 +02:00
parent c4084fb9d5
commit 6589c5fab6
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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