guix-commits
[Top][All Lists]
Advanced

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

31/35: gnu: r-ragg: Update to 1.3.0.


From: guix-commits
Subject: 31/35: gnu: r-ragg: Update to 1.3.0.
Date: Tue, 19 Mar 2024 10:03:11 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 8b4681327242d06022364111768a0d5550a119c9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 19 14:43:26 2024 +0100

    gnu: r-ragg: Update to 1.3.0.
    
    * gnu/packages/cran.scm (r-ragg): Update to 1.3.0.
    
    Change-Id: I3e44fe7dab732944082223cbde4f6cbd2800714f
---
 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 c09ffdcb59..22edad035a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -38083,14 +38083,14 @@ the font tool-set provided by the @code{systemfonts} 
package.")
 (define-public r-ragg
   (package
     (name "r-ragg")
-    (version "1.2.7")
+    (version "1.3.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ragg" version))
        (sha256
         (base32
-         "17qc53scxf02f8hlpyirsjdav4wjh3mk6q04npf82y0j5mk1hynp"))))
+         "1chlas4i6p8gigx02x1y7nanmz9jbv1h4fa145zk223bbg9j931j"))))
     (properties `((upstream-name . "ragg")))
     (build-system r-build-system)
     (inputs



reply via email to

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