guix-commits
[Top][All Lists]
Advanced

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

52/89: gnu: r-systemfonts: Update to 0.3.2.


From: guix-commits
Subject: 52/89: gnu: r-systemfonts: Update to 0.3.2.
Date: Mon, 5 Oct 2020 18:34:58 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 158e72308dc0d0b4af1c99ad0b542601f69a7543
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Oct 5 22:44:30 2020 +0200

    gnu: r-systemfonts: Update to 0.3.2.
    
    * gnu/packages/cran.scm (r-systemfonts): Update to 0.3.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 21e9655..743469d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16685,14 +16685,14 @@ both R code and compiled C/C++/FORTRAN code.")
 (define-public r-systemfonts
   (package
     (name "r-systemfonts")
-    (version "0.3.1")
+    (version "0.3.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "systemfonts" version))
        (sha256
         (base32
-         "0ldxgcayyisp2gcbv4xw9zpb48bp4czi8016kq5nqdqhv1qb3sz0"))))
+         "12hdvv66kkd3b4rs82blc3c4ifz2dw1048sqpkbz6vkk1zqpc53x"))))
     (properties `((upstream-name . "systemfonts")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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