mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: xmodmap: Update to 1.0.9.
* gnu/packages/xorg.scm (xmodmap): Update to 1.0.9.
This commit is contained in:
parent
85c64cb200
commit
625f4cae0a
1 changed files with 2 additions and 2 deletions
|
@ -3875,7 +3875,7 @@ (define-public xlsfonts
|
||||||
(define-public xmodmap
|
(define-public xmodmap
|
||||||
(package
|
(package
|
||||||
(name "xmodmap")
|
(name "xmodmap")
|
||||||
(version "1.0.8")
|
(version "1.0.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -3885,7 +3885,7 @@ (define-public xmodmap
|
||||||
".tar.bz2"))
|
".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hwzm54m4ng09ls9i4bq0x84zbyhamgzasgrvhxxp8jqk34f7qpg"))
|
"0y649an3jqfq9klkp9y5gj20xb78fw6g193f5mnzpl0hbz6fbc5p"))
|
||||||
(patches (list (search-patch "xmodmap-asprintf.patch")))))
|
(patches (list (search-patch "xmodmap-asprintf.patch")))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in a new issue