gnu: r-glue: Update to 1.4.1.
* gnu/packages/cran.scm (r-glue): Update to 1.4.1.
This commit is contained in:
parent
e671034cf4
commit
75766c8e78
@ -1663,14 +1663,14 @@ colors are provided.")
|
|||||||
(define-public r-glue
|
(define-public r-glue
|
||||||
(package
|
(package
|
||||||
(name "r-glue")
|
(name "r-glue")
|
||||||
(version "1.4.0")
|
(version "1.4.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "glue" version))
|
(uri (cran-uri "glue" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hb9j2519jv9zgkgjb25hnqi22i7zxnaksqd16m4nxa1f6gl0v7a"))))
|
"1j1va4vi3g9sl0cyjdwxvh5lvh10x8k9qvnsr9zyxddcbk9qgdpq"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
;; knitr depends on glue, so we can't add knitr here to build the
|
;; knitr depends on glue, so we can't add knitr here to build the
|
||||||
;; vignettes.
|
;; vignettes.
|
||||||
|
Loading…
Reference in New Issue
Block a user