mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: encodings: Update to 1.0.5.
* gnu/packages/xorg.scm (encodings): Update to 1.0.5.
This commit is contained in:
parent
3eb278aa9d
commit
5dfdab05ba
1 changed files with 2 additions and 3 deletions
|
@ -423,7 +423,7 @@ (define-public editres
|
|||
(define-public encodings
|
||||
(package
|
||||
(name "encodings")
|
||||
(version "1.0.4")
|
||||
(version "1.0.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -432,8 +432,7 @@ (define-public encodings
|
|||
version
|
||||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0ffmaw80vmfwdgvdkp6495xgsqszb6s0iira5j0j6pd4i0lk3mnf"))))
|
||||
(base32 "0caafx0yqqnqyvbalxhh3mb0r9v36xmcy5zjhygb2i508dhy35mx"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("mkfontscale" ,mkfontscale)))
|
||||
|
|
Loading…
Reference in a new issue