mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: libxkbfile: Update to 1.0.9.
* gnu/packages/xorg.scm (libxkbfile): Update to 1.0.9.
This commit is contained in:
parent
ccca0efe13
commit
c8012b798e
1 changed files with 2 additions and 2 deletions
|
@ -1331,7 +1331,7 @@ (define-public libxft
|
|||
(define-public libxkbfile
|
||||
(package
|
||||
(name "libxkbfile")
|
||||
(version "1.0.8")
|
||||
(version "1.0.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1341,7 +1341,7 @@ (define-public libxkbfile
|
|||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0flg5arw6n3njagmsi4i4l0zl5bfx866a1h9ydc3bi1pqlclxaca"))))
|
||||
"0smimr14zvail7ar68n7spvpblpdnih3jxrva7cpa6cn602px0ai"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("libx11" ,libx11)))
|
||||
|
|
Loading…
Reference in a new issue