aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/xorg.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r--gnu/packages/xorg.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 18153d7d5f..c6cb376e0c 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1785,7 +1785,7 @@ used with other display managers such as gdm or kdm.")
(define-public setxkbmap
(package
(name "setxkbmap")
- (version "1.3.0")
+ (version "1.3.1")
(source
(origin
(method url-fetch)
@@ -1795,7 +1795,7 @@ used with other display managers such as gdm or kdm.")
".tar.bz2"))
(sha256
(base32
- "1inygpvlgc6vr5h9laxw9lnvafnccl3fy0g5n9ll28iq3yfmqc1x"))))
+ "1qfk097vjysqb72pq89h0la3462kbb2dh1d11qzs2fr67ybb7pd9"))))
(build-system gnu-build-system)
(inputs
`(("libxkbfile" ,libxkbfile)
>...Maxim Cournoyer 2020-05-05Merge branch 'master' into core-updatesMarius Bakke 2020-05-05vm: Remove obsolete procedures....Mathieu Othacehe 2020-05-05image: Add a new API....Mathieu Othacehe 2020-05-05build: bootloader: Add install-efi procedure....Mathieu Othacehe 2020-05-05build: install: Do not set store GID....Mathieu Othacehe 2020-05-05build: install: Ignore chown exceptions....Mathieu Othacehe 2020-05-03file-systems: Fix UTF-16 handling in initrd....Danny Milosavljevic 2020-05-03file-systems: Fix F2FS volume name accessor....Danny Milosavljevic 2020-05-02Merge branch 'master' into core-updatesMarius Bakke 2020-05-02linux-boot: Allow the root file system to be mounted via NFS....Stefan 2020-05-02file-systems: Add support for F2FS....raingloom 2020-04-11vm: Make the device node procedure a parameter....Ludovic Courtès 2020-04-11linux-boot: Add 'make-hurd-device-nodes'....Ludovic Courtès 2020-04-11linux-boot: 'make-essential-device-nodes' root parameter is optional....Ludovic Courtès 2020-04-11vm: Preserve file permissions on /dev....Ludovic Courtès 2020-04-11vm: 'qemu-image' can pass options to the 'mkfs' command....Ludovic Courtès 2020-04-11vm: 'qemu-image' accepts a list of extra populate directives....Ludovic Courtès 2020-04-11install: 'populate-root-file-system' can be passed extra directives....Ludovic Courtès 2020-04-11Merge branch 'master' into core-updatesMarius Bakke 2020-04-10vm: Transparently compress iso9660 images....Tobias Geerinckx-Rice 2020-03-30Merge branch 'master' into core-updates...Marius Bakke 2020-03-27Merge branch 'master' into core-updates...Marius Bakke 2020-03-26vm: Distinguish between success and failure of the guest code....Ludovic Courtès 2020-03-22system: Add kernel-loadable-modules to operating-system....Danny Milosavljevic 2020-03-04Merge branch 'master' into core-updatesMarius Bakke 2020-03-02build: file-systems: Do not warn about file system check for NFS....Maxim Cournoyer 2020-03-02linux-boot: Ensure volatile root is mounted read-only....Maxim Cournoyer 2020-02-22marionette: Provide portable US-layout keystrokes for "<" and ">"....Ludovic Courtès 2020-02-22marionette: 'wait-for' procedures no longer leak a port....Ludovic Courtès