guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: font-liberation: Update to 2.1.5.


From: guix-commits
Subject: 01/02: gnu: font-liberation: Update to 2.1.5.
Date: Sat, 16 Oct 2021 19:12:14 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 620bce25735355cf4b154a3138a0be7b4d629f96
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Oct 16 20:59:52 2021 +0200

    gnu: font-liberation: Update to 2.1.5.
    
    * gnu/packages/fonts.scm (font-liberation): Update to 2.1.5.
---
 gnu/packages/fonts.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index b6646da..dc7add8 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -337,15 +337,15 @@ The Lato 2.010 family supports more than 100 Latin-based 
languages, over
 (define-public font-liberation
   (package
     (name "font-liberation")
-    (version "2.1.4")
+    (version "2.1.5")
     (source
      (origin
        (method url-fetch)
        (uri (string-append
              "https://github.com/liberationfonts/liberation-fonts/";
-             "files/6418984/liberation-fonts-ttf-" version ".tar.gz"))
+             "files/7261482/liberation-fonts-ttf-" version ".tar.gz"))
        (sha256
-        (base32 "1vx5q5bif9d1cn5pvm78203sf4may2mch72aa1hx1a8avl959y16"))))
+        (base32 "1l15iwk0x75621q67qlh9wv561c0gc7x0kh9l9rrz29qpxlwd4bi"))))
     (build-system font-build-system)
     (home-page "https://github.com/liberationfonts";)
     (synopsis "Fonts compatible with Arial, Times New Roman, and Courier New")



reply via email to

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