mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 20:15:25 -06:00
gnu: font-libertinus: Update to 7.051.
* gnu/packages/fonts.scm (font-libertinus): Update to 7.051. [outputs]: Add "ttf". Change-Id: I542a42a4c1445b382ddbc4b886d7725031e63cdc Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
1fcbd8b0f4
commit
76efbdae82
1 changed files with 3 additions and 3 deletions
|
|
@ -713,7 +713,7 @@ Biolinum is available in both Regular and Bold weights.")
|
|||
(define-public font-libertinus
|
||||
(package
|
||||
(name "font-libertinus")
|
||||
(version "7.040")
|
||||
(version "7.051")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
|
@ -721,9 +721,9 @@ Biolinum is available in both Regular and Bold weights.")
|
|||
"/download/v" version "/libertinus-" version
|
||||
".zip"))
|
||||
(sha256
|
||||
(base32 "1xkj993hwkr49q63dd2dnkvdkm9sckxm3zjwhdxsxn21fi80ikic"))))
|
||||
(base32 "14lc8zbhsgn3i6bqlwqzpq3ixbajqyy7m5msz1dc705kbjdy56sd"))))
|
||||
(build-system font-build-system)
|
||||
(outputs '("out" "woff"))
|
||||
(outputs '("out" "ttf" "woff"))
|
||||
(home-page "https://github.com/alerque/libertinus")
|
||||
(synopsis "Font family based on Linux Libertine")
|
||||
(description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue