mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-brio: Update to 1.1.3.
* gnu/packages/cran.scm (r-brio): Update to 1.1.3.
This commit is contained in:
parent
38e4477a8b
commit
9af1a9dd4a
1 changed files with 2 additions and 2 deletions
|
@ -114,14 +114,14 @@ (define-module (gnu packages cran)
|
|||
(define-public r-brio
|
||||
(package
|
||||
(name "r-brio")
|
||||
(version "1.1.2")
|
||||
(version "1.1.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "brio" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1vviykwx1z71yhk1xl87riaygj8sq0sj7ixyig1irqsi66aydpa2"))))
|
||||
"1inwzvlf6zj6gi47gd0byzqv02qajb3l475z8pjvx2b1hm0r1a7a"))))
|
||||
(properties `((upstream-name . "brio")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://github.com/r-lib/brio")
|
||||
|
|
Loading…
Reference in a new issue