guix-commits
[Top][All Lists]
Advanced

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

16/113: gnu: libfontenc: Update to 1.1.8.


From: guix-commits
Subject: 16/113: gnu: libfontenc: Update to 1.1.8.
Date: Wed, 22 Jan 2025 05:07:10 -0500 (EST)

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

commit 136c8a3db69ad2d0f1bfc2abacec9f8c0bfdccda
Author: Sou Bunnbu (宋文武) <iyzsong@gmail.com>
AuthorDate: Sat Dec 28 16:35:08 2024 +0800

    gnu: libfontenc: Update to 1.1.8.
    
    * gnu/packages/xorg.scm (libfontenc): Update to 1.1.8.
    
    Change-Id: I673f06f4d34aefb7b9c20e581b12624facaf8e5e
---
 gnu/packages/xorg.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 7e79cf4ff9..d5e7615e69 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1123,17 +1123,17 @@ synchronization between the X server and 
direct-rendering clients.")
 (define-public libfontenc
   (package
     (name "libfontenc")
-    (version "1.1.4")
+    (version "1.1.8")
     (source
       (origin
         (method url-fetch)
         (uri (string-append
                "mirror://xorg/individual/lib/libfontenc-"
                version
-               ".tar.bz2"))
+               ".tar.xz"))
         (sha256
           (base32
-            "0y90170dp8wsidr1dzza0grxr1lfh30ji3b5vkjz4j6x1n0wxz1c"))))
+            "1ihlznj4m49jn1887cr86qqhrrlghvbfj7bbh230svi30pac60kv"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--disable-static")))



reply via email to

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