guix-commits
[Top][All Lists]
Advanced

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

80/112: gnu: r-ragg: Update to 1.2.2.


From: guix-commits
Subject: 80/112: gnu: r-ragg: Update to 1.2.2.
Date: Tue, 15 Mar 2022 15:22:23 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 6e53ce26727197fd88da8bef9fc53bfeda763c53
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Mar 12 23:04:35 2022 +0100

    gnu: r-ragg: Update to 1.2.2.
    
    * gnu/packages/cran.scm (r-ragg): Update to 1.2.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 24eff1b36c..d09bbf4fa8 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -29807,14 +29807,14 @@ the font tool-set provided by the @code{systemfonts} 
package.")
 (define-public r-ragg
   (package
     (name "r-ragg")
-    (version "1.2.1")
+    (version "1.2.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ragg" version))
        (sha256
         (base32
-         "08dknkibmmwllycga2cp2732idsi3jfkkl5ghh6r2g2wdli1n2y1"))))
+         "1q43pwmljsqgrikkh2g1n7bpz9c8py5dnj44cfg3y2br7b4m2q9v"))))
     (properties `((upstream-name . "ragg")))
     (build-system r-build-system)
     (inputs



reply via email to

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