diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-01-11 11:45:20 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-01-11 11:45:20 +0100 |
commit | 7e9cdd4a0bdb2654fe85e287ccd865c4326f4901 (patch) | |
tree | 5d47e060229a56b1d5bd21f844ea6be51ac33d91 | |
parent | 273ce26a8cba9d11de39e4ddb86987200581a86b (diff) | |
download | guix-7e9cdd4a0bdb2654fe85e287ccd865c4326f4901.tar.gz |
gnu: r-glue: Update to 1.7.0.
* gnu/packages/cran.scm (r-glue): Update to 1.7.0. Change-Id: Ic843c657fe483c677af10b7a98bdb654d0441561
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 4dc452d843..424266a3ff 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -5982,14 +5982,14 @@ colors are provided.") (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 |