me
/
guix
Archived
1
0
Fork 0

gnu: font-liberation: Update to 2.1.2.

* gnu/packages/fonts.scm (font-liberation): Update to 2.1.2.
master
Tobias Geerinckx-Rice 2021-01-02 00:08:02 +01:00
parent 1da9de511b
commit eba2c6a5ed
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -314,14 +314,14 @@ The Lato 2.010 family supports more than 100 Latin-based languages, over
(define-public font-liberation
(package
(name "font-liberation")
(version "2.1.1")
(version "2.1.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/liberationfonts/liberation-fonts/"
"files/4743886/liberation-fonts-ttf-" version ".tar.gz"))
"files/5722233/liberation-fonts-ttf-" version ".tar.gz"))
(sha256
(base32 "1jkg8j8jx7ffj13z5ilw7dids99dyypljm1pv06ycmghw1pw3qlf"))))
(base32 "1q7qx9bpn1gqjh1zbb8n9fkzwz8skn41hyy61186g4c3y8q4js8l"))))
(build-system font-build-system)
(home-page "https://github.com/liberationfonts")
(synopsis "Fonts compatible with Arial, Times New Roman, and Courier New")