mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: setxkbmap: Update to 1.3.2.
* gnu/packages/xorg.scm (setxkbmap): Update to 1.3.2.
This commit is contained in:
parent
0ea009db9d
commit
beeeb261f2
1 changed files with 2 additions and 2 deletions
|
@ -1805,7 +1805,7 @@ (define-public sessreg
|
|||
(define-public setxkbmap
|
||||
(package
|
||||
(name "setxkbmap")
|
||||
(version "1.3.1")
|
||||
(version "1.3.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1815,7 +1815,7 @@ (define-public setxkbmap
|
|||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1qfk097vjysqb72pq89h0la3462kbb2dh1d11qzs2fr67ybb7pd9"))))
|
||||
"1xdrxs65v7d0rw1yaz0vsz55w4hxym99216p085ya9978j379wlg"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("libxkbfile" ,libxkbfile)
|
||||
|
|
Loading…
Reference in a new issue