me
/
guix
Archived
1
0
Fork 0

gnu: r-glue: Update to 1.6.2.

* gnu/packages/cran.scm (r-glue): Update to 1.6.2.
Ricardo Wurmus 2022-03-12 23:04:20 +01:00
parent 77470c2a34
commit 79a8f31d8f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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