gnu: r-glue: Update to 1.5.0.

* gnu/packages/cran.scm (r-glue): Update to 1.5.0.
This commit is contained in:
Ricardo Wurmus 2021-11-23 15:23:05 +01:00
parent 3e072b0890
commit beb2c44f30
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3040,14 +3040,14 @@ (define-public r-colorspace
(define-public r-glue
(package
(name "r-glue")
(version "1.4.2")
(version "1.5.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "glue" version))
(sha256
(base32
"1bgpirdvjrf0da734clrixawvpdap4lpda4g89vais96589m8wwz"))))
"1wjar579m46j1jnch34h7976sc1qbj6hzdyz5jm16nz1iw6z47jv"))))
(build-system r-build-system)
;; knitr depends on glue, so we can't add knitr here to build the
;; vignettes.