gnu: r-glue: Update to 1.4.2.

* gnu/packages/cran.scm (r-glue): Update to 1.4.2.
This commit is contained in:
Ricardo Wurmus 2020-08-30 23:27:51 +02:00
parent 314155c943
commit bdbf2d52d0
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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