me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-bqtl): Update to 1.0-33.
master
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
1 changed files with 2 additions and 2 deletions

View File

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