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:
parent
3eb278aa9d
commit
5dfdab05ba
1 changed files with 2 additions and 3 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue