mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: font-liberation: Update to 2.1.1.
* gnu/packages/fonts.scm (font-liberation): Update to 2.1.1.
This commit is contained in:
parent
087e760e29
commit
1fd2c00efb
1 changed files with 3 additions and 3 deletions
|
@ -310,14 +310,14 @@ (define-public font-gnu-freefont-ttf
|
||||||
(define-public font-liberation
|
(define-public font-liberation
|
||||||
(package
|
(package
|
||||||
(name "font-liberation")
|
(name "font-liberation")
|
||||||
(version "2.00.5")
|
(version "2.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/liberationfonts/liberation-fonts/"
|
(uri (string-append "https://github.com/liberationfonts/liberation-fonts/"
|
||||||
"files/2926169/liberation-fonts-ttf-" version ".tar.gz"))
|
"files/4743886/liberation-fonts-ttf-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0kdjsbf0y716k1kv0i0ixdpvg7b9b8xkcsg6favaxdc7pshg0kzi"))))
|
(base32 "1jkg8j8jx7ffj13z5ilw7dids99dyypljm1pv06ycmghw1pw3qlf"))))
|
||||||
(build-system font-build-system)
|
(build-system font-build-system)
|
||||||
(home-page "https://github.com/liberationfonts")
|
(home-page "https://github.com/liberationfonts")
|
||||||
(synopsis "Fonts compatible with Arial, Times New Roman, and Courier New")
|
(synopsis "Fonts compatible with Arial, Times New Roman, and Courier New")
|
||||||
|
|
Loading…
Reference in a new issue