nckx pushed a commit to branch master
in repository guix.
commit eba2c6a5ed9753b67425a3174544b4e784f0054d
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sat Jan 2 00:08:02 2021 +0100
gnu: font-liberation: Update to 2.1.2.
* gnu/packages/fonts.scm (font-liberation): Update to 2.1.2.
---
gnu/packages/fonts.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 92b55f5..35646a7 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -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")