guix_mirror_bot pushed a commit to branch r-team
in repository guix.

commit cad29e17230019b0200181779aac5514311f49fe
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Feb 21 10:03:32 2026 +0100

    gnu: r-gridtext: Update to 0.1.6.
    
    * gnu/packages/cran.scm (r-gridtext): Update to 0.1.6.
    [native-inputs]: Add r-vdiffr.
    
    Change-Id: I69d8e9c4c69ee1342c94b112033e36ef23afbe06
---
 gnu/packages/cran.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index e8cd41f152..7653328abb 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -40044,14 +40044,14 @@ each of the legends).")
 (define-public r-gridtext
   (package
     (name "r-gridtext")
-    (version "0.1.5")
+    (version "0.1.6")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "gridtext" version))
        (sha256
         (base32
-         "0f7i2qb8fawi8agy2iz2c173kfwj7cbb5ikjix64nmzqc5j7363d"))))
+         "1pl1xrcdi3fk83dd7sfpg9fdj2dhw2q591xnrcvjwn0r6w9hwf1b"))))
     (properties `((upstream-name . "gridtext")))
     (build-system r-build-system)
     (propagated-inputs
@@ -40063,7 +40063,7 @@ each of the legends).")
            r-rlang
            r-stringr
            r-xml2))
-    (native-inputs (list r-testthat))
+    (native-inputs (list r-testthat r-vdiffr))
     (home-page "https://wilkelab.org/gridtext/";)
     (synopsis "Improved text rendering support for Grid graphics")
     (description

Reply via email to