guix-commits
[Top][All Lists]
Advanced

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

09/113: gnu: font-util: Update to 1.4.1.


From: guix-commits
Subject: 09/113: gnu: font-util: Update to 1.4.1.
Date: Mon, 27 Jan 2025 06:27:47 -0500 (EST)

iyzsong pushed a commit to branch xorg-updates
in repository guix.

commit 5b34ea2798f90f597271680f246239344cfbcd3a
Author: Sou Bunnbu (宋文武) <iyzsong@gmail.com>
AuthorDate: Sat Dec 28 16:26:19 2024 +0800

    gnu: font-util: Update to 1.4.1.
    
    * gnu/packages/xorg.scm (font-util): Update to 1.4.1.
    
    Change-Id: Ia8bb1fc589c7d062434020de543426c52f6e2e52
---
 gnu/packages/xorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 9abd3e7d69..c879c9720f 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -867,14 +867,14 @@ For example: @code{6x10}, @code{9x15bold}, etc.")
 (define-public font-util
   (package
     (name "font-util")
-    (version "1.3.3")
+    (version "1.4.1")
     (source
       (origin
         (method url-fetch)
         (uri (string-append "mirror://xorg/individual/font/font-util-"
                             version ".tar.xz"))
         (sha256
-          (base32 "1lpb5qd2drilql4wl644m682hvmv67hdbbisnrm0ah4wfy8ci4g7"))))
+          (base32 "15fcd3rzlgm51fwgfapg6vzyd1kkd28rj149xq7iajqr7h9697sw"))))
     (build-system gnu-build-system)
     (native-inputs (list pkg-config))
     (home-page "https://www.x.org/wiki/";)



reply via email to

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