mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: r-bqtl: Update to 1.0-36.
* gnu/packages/cran.scm (r-bqtl): Update to 1.0-36. Change-Id: I598ad41402e05e8ed628aaf57eac4a1e47689228
This commit is contained in:
parent
2bb1d89f97
commit
48f41d06e8
1 changed files with 2 additions and 2 deletions
|
@ -23581,14 +23581,14 @@ (define-public r-haplo-stats
|
|||
(define-public r-bqtl
|
||||
(package
|
||||
(name "r-bqtl")
|
||||
(version "1.0-35")
|
||||
(version "1.0-36")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "bqtl" version))
|
||||
(sha256
|
||||
(base32
|
||||
"107yq7mk4gdr1wm20i751682jlj172bzbdjgqwviwgjxzbd0c2xa"))))
|
||||
"18fwg52j6dv1v1pcc4997j2f5vlfmcvqqdg0618fq9zaq8j4cz6h"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs (list gfortran))
|
||||
(home-page "http://famprevmed.ucsd.edu/faculty/cberry/bqtl/")
|
||||
|
|
Loading…
Reference in a new issue