gnu: encodings: Update to 1.0.5.

* gnu/packages/xorg.scm (encodings): Update to 1.0.5.
master
Tobias Geerinckx-Rice 2019-09-26 05:23:29 +02:00
parent 3eb278aa9d
commit 5dfdab05ba
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 3 deletions

View File

@ -423,7 +423,7 @@ Resources file.")
(define-public encodings
(package
(name "encodings")
(version "1.0.4")
(version "1.0.5")
(source
(origin
(method url-fetch)
@ -432,8 +432,7 @@ Resources file.")
version
".tar.bz2"))
(sha256
(base32
"0ffmaw80vmfwdgvdkp6495xgsqszb6s0iira5j0j6pd4i0lk3mnf"))))
(base32 "0caafx0yqqnqyvbalxhh3mb0r9v36xmcy5zjhygb2i508dhy35mx"))))
(build-system gnu-build-system)
(inputs
`(("mkfontscale" ,mkfontscale)))