Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-bqtl): Update to 1.0-33.
This commit is contained in:
Ricardo Wurmus 2021-09-29 15:33:24 +02:00
parent 4e64840930
commit db39f61b3e
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -16952,14 +16952,14 @@ examples in the vignette.")
(define-public r-bqtl (define-public r-bqtl
(package (package
(name "r-bqtl") (name "r-bqtl")
(version "1.0-32") (version "1.0-33")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "bqtl" version)) (uri (cran-uri "bqtl" version))
(sha256 (sha256
(base32 (base32
"0jjqgsm9fmvz5nkgz608xfljjpmaf4rs4f7kxvpqn4b1l9s5lhci")))) "1sbzpi9z94f010lw2y1gmifjrvpmiqs4m26za7vr1xz72azrqvs9"))))
(build-system r-build-system) (build-system r-build-system)
(native-inputs `(("gfortran" ,gfortran))) (native-inputs `(("gfortran" ,gfortran)))
(home-page "http://famprevmed.ucsd.edu/faculty/cberry/bqtl/") (home-page "http://famprevmed.ucsd.edu/faculty/cberry/bqtl/")