diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-03-19 10:00:07 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-03-19 10:06:27 +0100 |
commit | 07764987407d2faf22686e932ae170b34e9554ba (patch) | |
tree | 4c6d9fa8a3deb9611427a4ccf48372c5e9a0e46a /gnu | |
parent | 30c56e67f7bbad2501fc855b404bd30c5bf68524 (diff) | |
download | patches-07764987407d2faf22686e932ae170b34e9554ba.tar patches-07764987407d2faf22686e932ae170b34e9554ba.tar.gz |
gnu: r-glue: Update to 1.3.2.
* gnu/packages/cran.scm (r-glue): Update to 1.3.2.
Diffstat (limited to 'gnu')
-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 f0f6c9e8be..273f47c1b9 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -1521,14 +1521,14 @@ colors are provided.") (define-public r-glue (package (name "r-glue") - (version "1.3.1") + (version "1.3.2") (source (origin (method url-fetch) (uri (cran-uri "glue" version)) (sha256 (base32 - "1a1ycg9r3gd91visp49q49rsrdgyf8kr9dxdy3hk99kikn4z5hag")))) + "0alklqcf68kmccssp4j7a7fv553pyqyy6mkkfslav83inppm4d3g")))) (build-system r-build-system) (home-page "https://github.com/tidyverse/glue") (synopsis "Interpreted string literals") |