gnu: r-glue: Update to 1.3.2.

* gnu/packages/cran.scm (r-glue): Update to 1.3.2.
This commit is contained in:
Ricardo Wurmus 2020-03-19 10:00:07 +01:00
parent 30c56e67f7
commit 0776498740
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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