diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-16 20:59:52 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-17 01:07:41 +0200 |
commit | 620bce25735355cf4b154a3138a0be7b4d629f96 (patch) | |
tree | 73308cf63fb2c1ea6792f5ac4671b0f65bd34a3f /gnu | |
parent | 8c55fdf80a03098f5acc71eab76d89e3feb2c222 (diff) | |
download | guix-620bce25735355cf4b154a3138a0be7b4d629f96.tar.gz guix-620bce25735355cf4b154a3138a0be7b4d629f96.zip |
gnu: font-liberation: Update to 2.1.5.
* gnu/packages/fonts.scm (font-liberation): Update to 2.1.5.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/fonts.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index b6646daca6..dc7add8667 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -337,15 +337,15 @@ The Lato 2.010 family supports more than 100 Latin-based languages, over (define-public font-liberation (package (name "font-liberation") - (version "2.1.4") + (version "2.1.5") (source (origin (method url-fetch) (uri (string-append "https://github.com/liberationfonts/liberation-fonts/" - "files/6418984/liberation-fonts-ttf-" version ".tar.gz")) + "files/7261482/liberation-fonts-ttf-" version ".tar.gz")) (sha256 - (base32 "1vx5q5bif9d1cn5pvm78203sf4may2mch72aa1hx1a8avl959y16")))) + (base32 "1l15iwk0x75621q67qlh9wv561c0gc7x0kh9l9rrz29qpxlwd4bi")))) (build-system font-build-system) (home-page "https://github.com/liberationfonts") (synopsis "Fonts compatible with Arial, Times New Roman, and Courier New") |