guix-commits
[Top][All Lists]
Advanced

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

57/112: gnu: r-systemfonts: Update to 1.0.4.


From: guix-commits
Subject: 57/112: gnu: r-systemfonts: Update to 1.0.4.
Date: Tue, 15 Mar 2022 15:22:18 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 01af4c2a81ee495a561839287725ae2a152f80d2
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Mar 12 23:04:30 2022 +0100

    gnu: r-systemfonts: Update to 1.0.4.
    
    * gnu/packages/cran.scm (r-systemfonts): Update to 1.0.4.
    [inputs]: Add freetype.
---
 gnu/packages/cran.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index a522cb12b2..42a90d428c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -20089,20 +20089,20 @@ both R code and compiled C/C++/FORTRAN code.")
 (define-public r-systemfonts
   (package
     (name "r-systemfonts")
-    (version "1.0.3")
+    (version "1.0.4")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "systemfonts" version))
        (sha256
         (base32
-         "1fmv1ni77ncz6rrm4iv8a7l6pbqnk2ri0yzad2bs943gxbarjz34"))))
+         "1h44bal845jp7ya8i7ff1kz1n3wklkb00jk6hb9lgwa2p5snqxpg"))))
     (properties `((upstream-name . "systemfonts")))
     (build-system r-build-system)
     (propagated-inputs
      (list r-cpp11))
     (inputs
-     (list fontconfig zlib))
+     (list fontconfig freetype zlib))
     (native-inputs
      (list pkg-config r-knitr))
     (home-page "https://github.com/r-lib/systemfonts";)



reply via email to

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