guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: font-liberation: Update to 2.1.1.


From: guix-commits
Subject: 06/06: gnu: font-liberation: Update to 2.1.1.
Date: Mon, 8 Jun 2020 13:03:11 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 1fd2c00efbe701a81d86c254d5f4f285e63c1cde
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Jun 8 18:58:15 2020 +0200

    gnu: font-liberation: Update to 2.1.1.
    
    * gnu/packages/fonts.scm (font-liberation): Update to 2.1.1.
---
 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 5964294..4ed0f9a 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -310,14 +310,14 @@ The Lato 2.010 family supports more than 100 Latin-based 
languages, over
 (define-public font-liberation
   (package
     (name "font-liberation")
-    (version "2.00.5")
+    (version "2.1.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append 
"https://github.com/liberationfonts/liberation-fonts/";
-                           "files/2926169/liberation-fonts-ttf-" version 
".tar.gz"))
+                           "files/4743886/liberation-fonts-ttf-" version 
".tar.gz"))
        (sha256
-        (base32 "0kdjsbf0y716k1kv0i0ixdpvg7b9b8xkcsg6favaxdc7pshg0kzi"))))
+        (base32 "1jkg8j8jx7ffj13z5ilw7dids99dyypljm1pv06ycmghw1pw3qlf"))))
     (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]