mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: r-brio: Update to 1.1.5.
* gnu/packages/cran.scm (r-brio): Update to 1.1.5. Change-Id: I8cad71c2d24161c268698ac4fe72d910b81f034e
This commit is contained in:
parent
7ba06e0c7b
commit
e76b664a36
1 changed files with 2 additions and 2 deletions
|
@ -258,14 +258,14 @@ (define-public r-box
|
|||
(define-public r-brio
|
||||
(package
|
||||
(name "r-brio")
|
||||
(version "1.1.4")
|
||||
(version "1.1.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "brio" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1s0q1qk3w3fwf7gn4xfwhf8i8yqqb6z096x6xqsj8av8924z7fqc"))))
|
||||
"1f6hh7mck4bb1caivcvr6ms2pyqzzzawqyxjbgi9s0rrx8sj7wm9"))))
|
||||
(properties `((upstream-name . "brio")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://github.com/r-lib/brio")
|
||||
|
|
Loading…
Reference in a new issue