gnu: encodings: Update to 1.0.6.
* gnu/packages/xorg.scm (encodings): Update to 1.0.6.master
parent
73eca39df7
commit
97386910fb
|
@ -450,16 +450,14 @@ Resources file.")
|
||||||
(define-public encodings
|
(define-public encodings
|
||||||
(package
|
(package
|
||||||
(name "encodings")
|
(name "encodings")
|
||||||
(version "1.0.5")
|
(version "1.0.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append "mirror://xorg/individual/font/encodings-"
|
||||||
"mirror://xorg/individual/font/encodings-"
|
version ".tar.xz"))
|
||||||
version
|
|
||||||
".tar.bz2"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0caafx0yqqnqyvbalxhh3mb0r9v36xmcy5zjhygb2i508dhy35mx"))))
|
(base32 "09pwhj8arm9hx0819m1yykaw9n77lxavaq4gn4iacd8zcvg03qvp"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list mkfontscale))
|
(list mkfontscale))
|
||||||
|
|
Reference in New Issue