aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Kortkamp <tobias.kortkamp@gmail.com>2023-03-31 11:15:19 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-04-03 13:09:59 +0200
commita43a3b757b99519700851291b778c639ed0886c7 (patch)
tree8823ae740a5fa7e1b43db2d97d1d616f2aad887e
parenta28aac9eb29be99ae93620412722ec8bbef63dbb (diff)
do
2019-06-03services: guix-publish: Allow for multi-compression....Ludovic Courtès
2019-06-02publish: '--compression' can be repeated....Ludovic Courtès
2019-05-31services: Add pa
-rw-r--r--gnu/packages/xdisorg.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 5dbdb73fac..330ec466d2 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -3445,7 +3445,7 @@ keyboard input, mouse actions, etc. programmatically or manually.")
(define-public wvkbd
(package
(name "wvkbd")
- (version "0.12")
+ (version "0.13")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3454,7 +3454,7 @@ keyboard input, mouse actions, etc. programmatically or manually.")
(file-name (git-file-name name version))
(sha256
(base32
- "05zl6jhw7pj7w2cd02m3i0zzn1z99kzwh2mlg9h96j5aw1x1lvp6"))))
+ "15jzmgydhbkdn1r885p9wm5sqnj4h7znkqk71f7d3x359l051sh7"))))
2019-05-20doc: use pure environment when building from git...Giovanni Biscuolo
2019-05-15vm: 'system-docker-image' provides an entry point....Ludovic Courtès
2019-05-15doc: Mention ModemManager....Florian Pelz
2019-05-14linux-container: Support container network sharing....Arun Isaac
2019-05-13doc: Mention the Russian translation....Ludovic Courtès
2019-05-13doc: Add Russian translation....Ludovic Courtès
2019-05-13doc: Update list of supported architectures....Ludovic Courtès
2019-05-12doc: Document 'auto-start?' field of 'shepherd-service'....Diego Nicola Barbato
2019-05-11doc: Fix typo....Diego Nicola Barbato
2019-05-09doc: Fix typo....Josh Holland
2019-05-07services: dovecot: Rename auth-verbose-passwords?....Christopher Baines
2019-05-07doc: Document 'display' and 'vt' fields of 'slim-configuration'....Diego Nicola Barbato
2019-05-05doc: Fix typo....Miguel
2019-05-05doc: Fix typo....Miguel
2019-05-05doc: Fix typo....Miguel
2019-05-05doc: Fix typos....Miguel
2019-05-05doc: Fix typo....Miguel
2019-05-05doc: Fix typo....Miguel
2019-05-05doc: Fix typos....Miguel
2019-05-04doc: Update htmlxref.cnf....Ludovic Courtès
2019-05-04doc: Warn about missing entries in htmlxref.cnf....Ludovic Courtès
2019-05-04doc: Adjust cross-references for GNU triplets....Ludovic Courtès
2019-05-04doc: Provide the actual URL to the VM image....Ludovic Courtès
2019-05-04doc: Use HTTPS URLs....Marius Bakke
2019-05-01build: Change default substitute server to "ci.guix.gnu.org"....Ludovic Courtès
2019-04-29guix package: Add 'guix search' alias....Ludovic Courtès
2019-04-29file-systems: Support the 'no-atime' flag....rendaw
2019-04-29doc: Remove traces of "Guix System Distribution"....Ludovic Courtès
2019-04-29doc: Add 'SUBSTITUTE-URL' variable....Ludovic Courtès
2019-04-29guix package: Add 'install', 'remove', and 'upgrade' aliases....Ludovic Courtès
2019-04-28doc: Duplicate recommendation about 'guix-install.sh'....Ludovic Courtès
2019-04-27doc: Remove outdated paragraph in "Binary Installation"....Ludovic Courtès