mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: r-glue: Update to 1.2.0.
* gnu/packages/cran.scm (r-glue): Update to 1.2.0.
This commit is contained in:
parent
a6ec5b7043
commit
a8a2871f71
1 changed files with 2 additions and 2 deletions
|
@ -52,14 +52,14 @@ (define-public r-colorspace
|
|||
(define-public r-glue
|
||||
(package
|
||||
(name "r-glue")
|
||||
(version "1.1.1")
|
||||
(version "1.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "glue" version))
|
||||
(sha256
|
||||
(base32
|
||||
"01awmqby7rwzhzr51m7d87wqibx7ggl6xair8fi3z3q1hkyyv7ih"))))
|
||||
"0vi9y8ix95g6hjqdz9c9y4119apbdjcypdv0ag8cl6vaxqs5n9qr"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://github.com/tidyverse/glue")
|
||||
(synopsis "Interpreted string literals")
|
||||
|
|
Loading…
Reference in a new issue