mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: font-liberation: Update to 2.1.4.
* gnu/packages/fonts.scm (font-liberation): Update to 2.1.4.
This commit is contained in:
parent
6d6b720ea0
commit
53bad7f4df
1 changed files with 3 additions and 3 deletions
|
@ -334,15 +334,15 @@ (define-public font-gnu-freefont-ttf
|
|||
(define-public font-liberation
|
||||
(package
|
||||
(name "font-liberation")
|
||||
(version "2.1.3")
|
||||
(version "2.1.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://github.com/liberationfonts/liberation-fonts/"
|
||||
"files/6060976/liberation-fonts-ttf-" version ".tar.gz"))
|
||||
"files/6418984/liberation-fonts-ttf-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0bv8i47iq2irxkkjlqwdli4zz01sb1qg2n6vbdqjrqqhx912zji2"))))
|
||||
(base32 "1vx5q5bif9d1cn5pvm78203sf4may2mch72aa1hx1a8avl959y16"))))
|
||||
(build-system font-build-system)
|
||||
(home-page "https://github.com/liberationfonts")
|
||||
(synopsis "Fonts compatible with Arial, Times New Roman, and Courier New")
|
||||
|
|
Loading…
Reference in a new issue