diff options
| author | Acid Bong <acidbong@tilde.club> | 2026-02-05 08:09:22 +0000 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2026-02-06 09:58:34 +0100 |
| commit | f1eb343811424dbb8316fb78d0f22a1648753d41 (patch) | |
| tree | 9ca06cec0cdab4736436670dd197e0051f981a24 /gnu/packages/linux.scm | |
| parent | 6d7db40c585c4d51ccdb6b0a8dd5ac5e4e487a6b (diff) | |
gnu: keyd: Update to 2.6.0.
* gnu/packages/linux.scm (keyd): Update to 2.6.0.
Change-Id: I5a7c948843a64b7b013a49d5dd357f27895f2b29
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Diffstat (limited to 'gnu/packages/linux.scm')
| -rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index a141fc567dd..db1a0db2b82 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -11469,7 +11469,7 @@ types and interfaces and translates so that the X server can use them.") (define-public keyd (package (name "keyd") - (version "2.5.0") + (version "2.6.0") (source (origin (method git-fetch) @@ -11478,7 +11478,7 @@ types and interfaces and translates so that the X server can use them.") (commit (string-append "v" version)))) (sha256 (base32 - "0nkra6lwdjhjcwj6486cgy562n4bcp98fjgl52rj8pp76i15yad7")))) + "14rgrg8d1ys1cqq46mgi34yqg9jd1q3yw1acw5r5jpwwk0da7g4p")))) (arguments (list #:tests? #f ; tests require root #:make-flags |
