guix-commits
[Top][All Lists]
Advanced

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

94/124: gnu: r-downlit: Update to 0.4.2.


From: guix-commits
Subject: 94/124: gnu: r-downlit: Update to 0.4.2.
Date: Wed, 10 Aug 2022 09:51:26 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 06fd18d0eaf6a1443c1456dbc0254600dc005aab
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Aug 10 12:20:14 2022 +0200

    gnu: r-downlit: Update to 0.4.2.
    
    * gnu/packages/cran.scm (r-downlit): Update to 0.4.2.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 109117953a..6e0a81a2b1 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -30868,14 +30868,14 @@ AGG to use as alternative to the raster devices 
provided through the
 (define-public r-downlit
   (package
     (name "r-downlit")
-    (version "0.4.1")
+    (version "0.4.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "downlit" version))
        (sha256
         (base32
-         "1h9jjrrfm1k4lz7hlg9qvqny5s1qq3p4l9pzsy6vqg4zmh2nb85v"))))
+         "0g3yncj3gmaqsc6cw7g9slgvd0kfk2414yz5m1dilk8h15lzdprk"))))
     (properties `((upstream-name . "downlit")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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