gnu: r-glue: Update to 1.3.1.
* gnu/packages/cran.scm (r-glue): Update to 1.3.1.
This commit is contained in:
parent
f9bc918b81
commit
b21eb34776
|
@ -1157,14 +1157,14 @@ colors are provided.")
|
||||||
(define-public r-glue
|
(define-public r-glue
|
||||||
(package
|
(package
|
||||||
(name "r-glue")
|
(name "r-glue")
|
||||||
(version "1.3.0")
|
(version "1.3.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
|
||||||
"1vhw5497lpfr4m8lcx9bs0fgdp4ax0sycrk6n8yksp33qd25m7kq"))))
|
"1a1ycg9r3gd91visp49q49rsrdgyf8kr9dxdy3hk99kikn4z5hag"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://github.com/tidyverse/glue")
|
(home-page "https://github.com/tidyverse/glue")
|
||||||
(synopsis "Interpreted string literals")
|
(synopsis "Interpreted string literals")
|
||||||
|
|
Loading…
Reference in New Issue