guix-commits
[Top][All Lists]
Advanced

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

92/115: gnu: r-downlit: Update to 0.4.0.


From: guix-commits
Subject: 92/115: gnu: r-downlit: Update to 0.4.0.
Date: Tue, 23 Nov 2021 10:27:06 -0500 (EST)

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

commit a8b3fb56370a61eb75418b1753cf14bf2d9b9f6c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 23 15:23:36 2021 +0100

    gnu: r-downlit: Update to 0.4.0.
    
    * gnu/packages/cran.scm (r-downlit): Update to 0.4.0.
    [propagated-inputs]: Add r-desc and r-memoise.
---
 gnu/packages/cran.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 61033ae..8fd042c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -29474,21 +29474,23 @@ AGG to use as alternative to the raster devices 
provided through the
 (define-public r-downlit
   (package
     (name "r-downlit")
-    (version "0.2.1")
+    (version "0.4.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "downlit" version))
        (sha256
         (base32
-         "0z4fz7c9kyd9v72wl3iqs2wxspi975d6b0rgjr9lvg8a18maa9z6"))))
+         "10zvrqdpwavdy97h3q26bqh3k63z61fmc04w9vwsnvmnv8hnh3vl"))))
     (properties `((upstream-name . "downlit")))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-brio" ,r-brio)
+       ("r-desc" ,r-desc)
        ("r-digest" ,r-digest)
        ("r-evaluate" ,r-evaluate)
        ("r-fansi" ,r-fansi)
+       ("r-memoise" ,r-memoise)
        ("r-rlang" ,r-rlang)
        ("r-vctrs" ,r-vctrs)
        ("r-yaml" ,r-yaml)))



reply via email to

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