[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: font-liberation: Update to 2.1.1.
From: |
guix-commits |
Subject: |
06/06: gnu: font-liberation: Update to 2.1.1. |
Date: |
Mon, 8 Jun 2020 13:03:11 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 1fd2c00efbe701a81d86c254d5f4f285e63c1cde
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Jun 8 18:58:15 2020 +0200
gnu: font-liberation: Update to 2.1.1.
* gnu/packages/fonts.scm (font-liberation): Update to 2.1.1.
---
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 5964294..4ed0f9a 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -310,14 +310,14 @@ The Lato 2.010 family supports more than 100 Latin-based
languages, over
(define-public font-liberation
(package
(name "font-liberation")
- (version "2.00.5")
+ (version "2.1.1")
(source
(origin
(method url-fetch)
(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
- (base32 "0kdjsbf0y716k1kv0i0ixdpvg7b9b8xkcsg6favaxdc7pshg0kzi"))))
+ (base32 "1jkg8j8jx7ffj13z5ilw7dids99dyypljm1pv06ycmghw1pw3qlf"))))
(build-system font-build-system)
(home-page "https://github.com/liberationfonts")
(synopsis "Fonts compatible with Arial, Times New Roman, and Courier New")
- branch master updated (4a69746 -> 1fd2c00), guix-commits, 2020/06/08
- 01/06: gnu: python-odfpy: Update to 1.4.1., guix-commits, 2020/06/08
- 02/06: gnu: python-cssselect: Update to 1.1.0., guix-commits, 2020/06/08
- 04/06: gnu: python-regex: Update to 2020.6.8., guix-commits, 2020/06/08
- 03/06: gnu: python-netifaces: Update to 0.10.9., guix-commits, 2020/06/08
- 05/06: gnu: Add python-mechanize., guix-commits, 2020/06/08
- 06/06: gnu: font-liberation: Update to 2.1.1.,
guix-commits <=