guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

40/55: gnu: r-downlit: Update to 0.4.1.


From: guix-commits
Subject: 40/55: gnu: r-downlit: Update to 0.4.1.
Date: Fri, 1 Jul 2022 13:04:51 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit d65d24d85b61da66d2db0e871acc4c685c8f0c0e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jul 1 15:30:08 2022 +0200

    gnu: r-downlit: Update to 0.4.1.
    
    * gnu/packages/cran.scm (r-downlit): Update to 0.4.1.
    [propagated-inputs]: Add r-withr.
---
 gnu/packages/cran.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 4ffb3b32ce..74fe076259 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -30438,14 +30438,14 @@ AGG to use as alternative to the raster devices 
provided through the
 (define-public r-downlit
   (package
     (name "r-downlit")
-    (version "0.4.0")
+    (version "0.4.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "downlit" version))
        (sha256
         (base32
-         "10zvrqdpwavdy97h3q26bqh3k63z61fmc04w9vwsnvmnv8hnh3vl"))))
+         "1h9jjrrfm1k4lz7hlg9qvqny5s1qq3p4l9pzsy6vqg4zmh2nb85v"))))
     (properties `((upstream-name . "downlit")))
     (build-system r-build-system)
     (propagated-inputs
@@ -30457,6 +30457,7 @@ AGG to use as alternative to the raster devices 
provided through the
            r-memoise
            r-rlang
            r-vctrs
+           r-withr
            r-yaml))
     (home-page "https://downlit.r-lib.org/";)
     (synopsis "Syntax highlighting and automatic linking")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]