mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: setxkbmap: Update to 1.3.1.
* gnu/packages/xorg.scm (setxkbmap): Update to 1.3.1.
This commit is contained in:
parent
849f01df4a
commit
350843a5be
1 changed files with 2 additions and 2 deletions
|
@ -1785,7 +1785,7 @@ (define-public sessreg
|
|||
(define-public setxkbmap
|
||||
(package
|
||||
(name "setxkbmap")
|
||||
(version "1.3.0")
|
||||
(version "1.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1795,7 +1795,7 @@ (define-public setxkbmap
|
|||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1inygpvlgc6vr5h9laxw9lnvafnccl3fy0g5n9ll28iq3yfmqc1x"))))
|
||||
"1qfk097vjysqb72pq89h0la3462kbb2dh1d11qzs2fr67ybb7pd9"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("libxkbfile" ,libxkbfile)
|
||||
|
|
Loading…
Reference in a new issue