mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
ba4d05865c
commit
24a1cc87f4
1 changed files with 3 additions and 4 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue