diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-03-10 16:29:50 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-03-10 18:30:51 +0100 |
commit | 41ce92501b53caa1dcf89fa81aed71dbf1f85d34 (patch) | |
tree | 74bb79416fe650cb59e4094ee224dedea18f586d /gnu | |
parent | 06e3ed5d19e9c8b9925d798892311181bc10cfae (diff) | |
download | guix-41ce92501b53caa1dcf89fa81aed71dbf1f85d34.tar guix-41ce92501b53caa1dcf89fa81aed71dbf1f85d34.tar.gz |
gnu: xfd: Update to 1.1.3.
* gnu/packages/xorg.scm (xfd): Update to 1.1.3.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xorg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 59dc16560a..9bc23c4279 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -4025,7 +4025,7 @@ Font Description (XLFD) full name for a font.") (define-public xfd (package (name "xfd") - (version "1.1.2") + (version "1.1.3") (source (origin (method url-fetch) (uri (string-append @@ -4033,7 +4033,7 @@ Font Description (XLFD) full name for a font.") version ".tar.bz2")) (sha256 (base32 - "0n97iqqap9wyxjan2n520vh4rrf5bc0apsw2k9py94dqzci258y1")))) + "0n6r1v8sm0z0ycqch035xpm46nv5v4mav3kxh36883l3ln5r6bqr")))) (build-system gnu-build-system) (arguments `(#:configure-flags |