gnu: font-terminus: Update to 4.40

* gnu/packages/fonts.scm (font-terminus): Update to 4.40.

Signed-off-by: Leo Famulari <leo@famulari.name>
master
Nils Gillmann 2016-02-15 01:15:55 +01:00 committed by Leo Famulari
parent b6b07d9de3
commit acb381566c
1 changed files with 4 additions and 3 deletions

View File

@ -6,6 +6,7 @@
;;; Copyright © 2015 Sou Bunnbu <iyzsong@gmail.com>
;;; Copyright © 2015 Eric Dvorsak <eric@dvorsak.fr>
;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2016 Nils Gillmann <niasterisk@grrlz.net>
;;;
;;; This file is part of GNU Guix.
;;;
@ -354,7 +355,7 @@ The Liberation Fonts are sponsored by Red Hat.")
(define-public font-terminus
(package
(name "font-terminus")
(version "4.39")
(version "4.40")
(source
(origin
(method url-fetch)
@ -365,8 +366,8 @@ The Liberation Fonts are sponsored by Red Hat.")
version
".tar.gz"))
(sha256
(base32
"1gzmn7zakvy6yrvmswyjfklnsvqrjm0imhq8rjws8rdkhqwkh21i"))))
(base32
"0487cyx5h1f0crbny5sg73a22gmym5vk1i7646gy7hgiscj2rxb4"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)