gnu: r-glue: Update to 1.4.1.

* gnu/packages/cran.scm (r-glue): Update to 1.4.1.
This commit is contained in:
Ricardo Wurmus 2020-06-11 15:03:38 +02:00
parent e671034cf4
commit 75766c8e78
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -1663,14 +1663,14 @@ colors are provided.")
(define-public r-glue
(package
(name "r-glue")
(version "1.4.0")
(version "1.4.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "glue" version))
(sha256
(base32
"1hb9j2519jv9zgkgjb25hnqi22i7zxnaksqd16m4nxa1f6gl0v7a"))))
"1j1va4vi3g9sl0cyjdwxvh5lvh10x8k9qvnsr9zyxddcbk9qgdpq"))))
(build-system r-build-system)
;; knitr depends on glue, so we can't add knitr here to build the
;; vignettes.