guix-commits
[Top][All Lists]
Advanced

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

72/86: gnu: r-ragg: Update to 1.1.2.


From: guix-commits
Subject: 72/86: gnu: r-ragg: Update to 1.1.2.
Date: Wed, 7 Apr 2021 21:22:14 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 5a2602032f62898c830299c3541bd28edee0b68f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Apr 8 02:53:50 2021 +0200

    gnu: r-ragg: Update to 1.1.2.
    
    * gnu/packages/cran.scm (r-ragg): Update to 1.1.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 315e712..1310f1a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -27348,14 +27348,14 @@ the font tool-set provided by the @code{systemfonts} 
package.")
 (define-public r-ragg
   (package
     (name "r-ragg")
-    (version "1.1.1")
+    (version "1.1.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ragg" version))
        (sha256
         (base32
-         "0nh1xxrxgdbq9anzkc6k3n519czp9hqyiizakm3m2gl4l4w0vp0q"))))
+         "0q28bwjdxpxm1wlkd8sxdf1m1q8wp4mmzp83d3m09nyy90ydkd8w"))))
     (properties `((upstream-name . "ragg")))
     (build-system r-build-system)
     (inputs



reply via email to

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