guix-commits
[Top][All Lists]
Advanced

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

91/115: gnu: r-ragg: Update to 1.2.0.


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

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

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

    gnu: r-ragg: Update to 1.2.0.
    
    * gnu/packages/cran.scm (r-ragg): Update to 1.2.0.
---
 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 7eeb3eb..61033ae 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -29441,14 +29441,14 @@ the font tool-set provided by the @code{systemfonts} 
package.")
 (define-public r-ragg
   (package
     (name "r-ragg")
-    (version "1.1.3")
+    (version "1.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ragg" version))
        (sha256
         (base32
-         "0ppypfq1vipwjngmiwdx1sj6x7m41v3dlnbsixdlnrf2nx82kxb2"))))
+         "1wbk7vny8435ii3aak586imd0dgh4ri55kqypx5b10x6ygp32avb"))))
     (properties `((upstream-name . "ragg")))
     (build-system r-build-system)
     (inputs



reply via email to

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