guix-commits
[Top][All Lists]
Advanced

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

21/21: gnu: font-liberation: Update to 2.00.5.


From: guix-commits
Subject: 21/21: gnu: font-liberation: Update to 2.00.5.
Date: Fri, 15 Mar 2019 15:31:02 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 0754f29afc797de88f68736db751c53a5cc64f4b
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Mar 15 18:37:10 2019 +0100

    gnu: font-liberation: Update to 2.00.5.
    
    * gnu/packages/fonts.scm (font-liberation): Update to 2.00.5.
    [source, home-page]: Update project home.
---
 gnu/packages/fonts.scm | 22 ++++++++++------------
 1 file changed, 10 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index e686799..62f076a 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -267,19 +267,17 @@ The Lato 2.010 family supports more than 100 Latin-based 
languages, over
 (define-public font-liberation
   (package
     (name "font-liberation")
-    (version "2.00.1")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append "https://releases.pagure.org/";
-                                  "liberation-fonts/liberation-fonts-ttf-"
-                                  version ".tar.gz"))
-              (sha256
-               (base32
-                "010m4zfqan4w04b6bs9pm3gapn9hsb18bmwwgp2p6y6idj52g43q"))))
+    (version "2.00.5")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append 
"https://github.com/liberationfonts/liberation-fonts/";
+                           "files/2926169/liberation-fonts-ttf-" version 
".tar.gz"))
+       (sha256
+        (base32 "0kdjsbf0y716k1kv0i0ixdpvg7b9b8xkcsg6favaxdc7pshg0kzi"))))
     (build-system font-build-system)
-    (home-page "https://pagure.io/liberation-fonts/";)
-    (synopsis
-     "Fonts compatible with Arial, Times New Roman, and Courier New")
+    (home-page "https://github.com/liberationfonts";)
+    (synopsis "Fonts compatible with Arial, Times New Roman, and Courier New")
     (description
      "The Liberation font family aims at metric compatibility with
 Arial, Times New Roman, and Courier New.



reply via email to

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