gnu: r-glue: Update to 1.3.0.
* gnu/packages/cran.scm (r-glue): Update to 1.3.0.
This commit is contained in:
parent
b72de5b3f6
commit
b00e8ae771
|
@ -392,14 +392,14 @@ colors are provided.")
|
||||||
(define-public r-glue
|
(define-public r-glue
|
||||||
(package
|
(package
|
||||||
(name "r-glue")
|
(name "r-glue")
|
||||||
(version "1.2.0")
|
(version "1.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "glue" version))
|
(uri (cran-uri "glue" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0vi9y8ix95g6hjqdz9c9y4119apbdjcypdv0ag8cl6vaxqs5n9qr"))))
|
"1vhw5497lpfr4m8lcx9bs0fgdp4ax0sycrk6n8yksp33qd25m7kq"))))
|
||||||
(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