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 <andreas@enge.fr>
This commit is contained in:
Kurome 2025-07-17 08:08:36 +09:00 committed by Andreas Enge
parent ba4d05865c
commit 24a1cc87f4
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

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