3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: encodings: Update to 1.0.5.

* gnu/packages/xorg.scm (encodings): Update to 1.0.5.
This commit is contained in:
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

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)))