gnu: r-glue: Update to 1.7.0.

* gnu/packages/cran.scm (r-glue): Update to 1.7.0.

Change-Id: Ic843c657fe483c677af10b7a98bdb654d0441561
This commit is contained in:
Ricardo Wurmus 2024-01-11 11:45:20 +01:00
parent 273ce26a8c
commit 7e9cdd4a0b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5982,14 +5982,14 @@ (define-public r-colorspace
(define-public r-glue
(package
(name "r-glue")
(version "1.6.2")
(version "1.7.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "glue" version))
(sha256
(base32
"1gzxk5jgdh2xq9r7z09xs306ygzf27vhg3pyfl7ck1755gqii9cx"))))
"1p4699p68k9f8d76bmgx5xabay6xjrcgajckzqxyn6icym8ipx8s"))))
(build-system r-build-system)
(properties
;; knitr depends on glue, so we can't add knitr here to build the