mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: xmodmap: Update to 1.0.8.
* gnu/packages/xorg.scm (xmodmap): Update to 1.0.8.
This commit is contained in:
parent
cdacad71a5
commit
467ac76d24
1 changed files with 3 additions and 3 deletions
|
@ -3466,17 +3466,17 @@ (define-public xlsclients
|
|||
(define-public xmodmap
|
||||
(package
|
||||
(name "xmodmap")
|
||||
(version "1.0.7")
|
||||
(version "1.0.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://xorg/X11R7.7/src/everything/xmodmap-"
|
||||
"mirror://xorg/individual/app/xmodmap-"
|
||||
version
|
||||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1dg47lay4vhrl9mfq3cfc6741a0m2n8wd4ljagd21ix3qklys8pg"))
|
||||
"1hwzm54m4ng09ls9i4bq0x84zbyhamgzasgrvhxxp8jqk34f7qpg"))
|
||||
(patches (list (search-patch "xmodmap-asprintf.patch")))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue