diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-15 18:37:10 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-15 20:30:43 +0100 |
commit | 0754f29afc797de88f68736db751c53a5cc64f4b (patch) | |
tree | 94b52a7bdbd7cd6c450c25439d3eed93e9457822 /gnu | |
parent | 2f111f92beb194a554f7ba8a6473f6574705e4af (diff) |
gnu: font-liberation: Update to 2.00.5.
* gnu/packages/fonts.scm (font-liberation): Update to 2.00.5.
[source, home-page]: Update project home.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/fonts.scm | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index e6867996ca..62f076a772 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -267,19 +267,17 @@ The Lato 2.010 family supports more than 100 Latin-based languages, over (define-public font-liberation (package (name "font-liberation") - (version "2.00.1") - (source (origin - (method url-fetch) - (uri (string-append "https://releases.pagure.org/" - "liberation-fonts/liberation-fonts-ttf-" - version ".tar.gz")) - (sha256 - (base32 - "010m4zfqan4w04b6bs9pm3gapn9hsb18bmwwgp2p6y6idj52g43q")))) + (version "2.00.5") + (source + (origin + (method url-fetch) + (uri (string-append "https://github.com/liberationfonts/liberation-fonts/" + "files/2926169/liberation-fonts-ttf-" version ".tar.gz")) + (sha256 + (base32 "0kdjsbf0y716k1kv0i0ixdpvg7b9b8xkcsg6favaxdc7pshg0kzi")))) (build-system font-build-system) - (home-page "https://pagure.io/liberation-fonts/") - (synopsis - "Fonts compatible with Arial, Times New Roman, and Courier New") + (home-page "https://github.com/liberationfonts") + (synopsis "Fonts compatible with Arial, Times New Roman, and Courier New") (description "The Liberation font family aims at metric compatibility with Arial, Times New Roman, and Courier New. |