gnu: r-glue: Update to 1.2.0.

* gnu/packages/cran.scm (r-glue): Update to 1.2.0.
This commit is contained in:
Ricardo Wurmus 2017-11-03 14:10:55 +01:00
parent a6ec5b7043
commit a8a2871f71
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -52,14 +52,14 @@ colors are provided.")
(define-public r-glue (define-public r-glue
(package (package
(name "r-glue") (name "r-glue")
(version "1.1.1") (version "1.2.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "glue" version)) (uri (cran-uri "glue" version))
(sha256 (sha256
(base32 (base32
"01awmqby7rwzhzr51m7d87wqibx7ggl6xair8fi3z3q1hkyyv7ih")))) "0vi9y8ix95g6hjqdz9c9y4119apbdjcypdv0ag8cl6vaxqs5n9qr"))))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://github.com/tidyverse/glue") (home-page "https://github.com/tidyverse/glue")
(synopsis "Interpreted string literals") (synopsis "Interpreted string literals")