mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: r-brew: Update to 1.0-10.
* gnu/packages/statistics.scm (r-brew): Update to 1.0-10. Change-Id: I8d3045477d8b329f0c626738a0cd8cf02862e34c
This commit is contained in:
parent
373c9b4efc
commit
cd1ea61bc0
1 changed files with 2 additions and 2 deletions
|
@ -2738,13 +2738,13 @@ (define-public r-batchjobs
|
|||
(define-public r-brew
|
||||
(package
|
||||
(name "r-brew")
|
||||
(version "1.0-8")
|
||||
(version "1.0-10")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "brew" version))
|
||||
(sha256
|
||||
(base32
|
||||
"09kq14nbaw0mmpb2vbfklz786q6lyizzkyg5bg64bmj2f1d2sr8i"))))
|
||||
"13x3vnrhfcvr479r4dya61a5vcky2gb4kv2xbivy0ah39qrzg0a1"))))
|
||||
(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