gnu: r-glue: Update to 1.3.0.

* gnu/packages/cran.scm (r-glue): Update to 1.3.0.
This commit is contained in:
Ricardo Wurmus 2018-09-05 19:26:04 +02:00
parent b72de5b3f6
commit b00e8ae771
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -392,14 +392,14 @@ (define-public r-colorspace
(define-public r-glue
(package
(name "r-glue")
(version "1.2.0")
(version "1.3.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "glue" version))
(sha256
(base32
"0vi9y8ix95g6hjqdz9c9y4119apbdjcypdv0ag8cl6vaxqs5n9qr"))))
"1vhw5497lpfr4m8lcx9bs0fgdp4ax0sycrk6n8yksp33qd25m7kq"))))
(build-system r-build-system)
(home-page "https://github.com/tidyverse/glue")
(synopsis "Interpreted string literals")