guix-commits
[Top][All Lists]
Advanced

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

41/113: gnu: xlsfonts: Update to 1.0.8.


From: guix-commits
Subject: 41/113: gnu: xlsfonts: Update to 1.0.8.
Date: Mon, 27 Jan 2025 06:27:53 -0500 (EST)

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

commit 68e444410f0262145b9ea48d6d02377a94d70bb2
Author: Sou Bunnbu (宋文武) <iyzsong@gmail.com>
AuthorDate: Sat Dec 28 17:59:39 2024 +0800

    gnu: xlsfonts: Update to 1.0.8.
    
    * gnu/packages/xorg.scm (xlsfonts): Update to 1.0.8.
    
    Change-Id: Ie2595921f638c5a0ed5e4839663e631d498c977a
---
 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 908ccc5f25..9e3cd7ac52 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3954,7 +3954,7 @@ running on X server.")
 (define-public xlsfonts
   (package
     (name "xlsfonts")
-    (version "1.0.7")
+    (version "1.0.8")
     (source
      (origin
        (method url-fetch)
@@ -3964,7 +3964,7 @@ running on X server.")
              ".tar.xz"))
        (sha256
         (base32
-         "0r84wp4352hbfcaybqp2khipm40293byvrfyrlslrd37m52njwkv"))))
+         "1kdnzyrm1wqwylghavn9lqi0h4lwf9ifkcv3zikbi176mjg90zw0"))))
     (build-system gnu-build-system)
     (inputs
      (list xorgproto libx11))



reply via email to

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