This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 24a1cc87f4 gnu: font-lilex: Update to 2.601.
24a1cc87f4 is described below

commit 24a1cc87f4f46ad0c25a18c2f05c0d8ab60f04af
Author: Kurome <[email protected]>
AuthorDate: Thu Jul 17 08:08:36 2025 +0900

    gnu: font-lilex: Update to 2.601.
    
    * gnu/packages/fonts.scm (font-lilex): Update to 2.601.
    
    Change-Id: I1b70ed93b56343d24088ab23f6c94facfff7c96e
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/fonts.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 53707f751c..f081229d6a 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -256,16 +256,15 @@ mediums.")
 (define-public font-lilex
   (package
     (name "font-lilex")
-    (version "2.600")
+    (version "2.601")
     (source (origin
               (method url-fetch)
               (uri (string-append
                     "https://github.com/mishamyrt/Lilex/releases/download/";
-                    version
-                    "/Lilex.zip"))
+                    version "/Lilex.zip"))
               (sha256
                (base32
-                "0k0zh5d1nlknkjig16bxfx5g071h1cn3s7h63bkpm2cjjvgydk0v"))))
+                "0n4fwnbrx1fy1140hw0nn7vn3fnpas10jhzv5jmif4sqvha1ln5a"))))
     (build-system font-build-system)
     (home-page "https://github.com/mishamyrt/Lilex";)
     (synopsis "IBM Plex typeface with extended character sets and ligatures")

Reply via email to