guix-commits
[Top][All Lists]
Advanced

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

14/24: gnu: font-misc-ethiopic: Update to 1.0.5.


From: guix-commits
Subject: 14/24: gnu: font-misc-ethiopic: Update to 1.0.5.
Date: Sun, 18 Jun 2023 17:35:59 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 5d9af8639cc32c70344b53f28b8faf4c7567d7b5
Author: Timotej Lazar <timotej.lazar@araneo.si>
AuthorDate: Mon Jun 12 22:53:25 2023 +0200

    gnu: font-misc-ethiopic: Update to 1.0.5.
    
    * gnu/packages/xorg.scm (font-misc-ethiopic): Update to 1.0.5.
    [source]: Drop upstreamed snippet.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/xorg.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 43fbaa6e09..a69f3a8678 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -713,10 +713,12 @@ For example: @code{6x10}, @code{9x15bold}, etc.")
 (define-public font-misc-ethiopic
   (package
     (name "font-misc-ethiopic")
-    (version "1.0.4")
-    (source (xorg-font-origin
-             name version
-             "1q2azkdwc4x3kh53xclwpf9q654k70lhiyns1cjq594wvxnhz339"))
+    (version "1.0.5")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://xorg/individual/font/"
+                                  "font-misc-ethiopic-" version ".tar.xz"))
+              (sha256 "04mnd620s9wkdid9wnf181yh5vf0n7l096nc3z4zdvm1w7kafja7")))
     (build-system gnu-build-system)
     (inputs
       (list mkfontdir mkfontscale))



reply via email to

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