gnu: fontsproto: Update to 2.1.3.

* gnu/packages/xorg.scm (fontsproto): Update to 2.1.3.
master
Mark H Weaver 2014-12-19 14:14:20 -05:00
parent 7f65303d73
commit 8fc8c1ee0b
1 changed files with 3 additions and 3 deletions

View File

@ -847,17 +847,17 @@ autotools system.")
(define-public fontsproto
(package
(name "fontsproto")
(version "2.1.2")
(version "2.1.3")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/X11R7.7/src/everything/fontsproto-"
"mirror://xorg/individual/proto/fontsproto-"
version
".tar.bz2"))
(sha256
(base32
"1ab8mbqxdwvdz4k5x4xb9c4n5w7i1xw276cbpk4z7a1nlpjrg746"))))
"1f2sdsd74y34nnaf4m1zlcbhyv8xb6irnisc99f84c4ivnq4d415"))))
(build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config)))
(home-page "http://www.x.org/wiki/")