mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: r-brew: Update to 1.0-8.
* gnu/packages/statistics.scm (r-brew): Update to 1.0-8.
This commit is contained in:
parent
379623e22d
commit
b1b4c2c44a
1 changed files with 2 additions and 2 deletions
|
@ -2341,13 +2341,13 @@ (define-public r-batchjobs
|
|||
(define-public r-brew
|
||||
(package
|
||||
(name "r-brew")
|
||||
(version "1.0-7")
|
||||
(version "1.0-8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "brew" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0vp7d628j6zzxhh6xfw5jlkv7wh6z2l3snbwjgv7jd56vk0mkf1q"))))
|
||||
"09kq14nbaw0mmpb2vbfklz786q6lyizzkyg5bg64bmj2f1d2sr8i"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/web/packages/brew")
|
||||
(synopsis "Templating framework for report generation")
|
||||
|
|
Loading…
Reference in a new issue