efraim pushed a commit to branch rust-team
in repository guix.
commit 31d06da8fb75d2df596fcd284b299df60916fc8f
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Feb 18 08:57:00 2025 +0200
gnu: rust-xremap: Update to 0.10.5.
* gnu/packages/rust-apps.scm (rust-xremap): Update to 0.10.5.
Change-Id: I77325b3bfdb46ba2e9da2c822cf32e3a8beb0b8b
---
gnu/packages/rust-apps.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index fba49273a8..1fdbc9eeb0 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -4719,7 +4719,7 @@ minimum contrast levels, and more.")
(define-public rust-xremap
(package
(name "rust-xremap")
- (version "0.10.4")
+ (version "0.10.5")
(source
(origin
(method url-fetch)
@@ -4727,7 +4727,7 @@ minimum contrast levels, and more.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "13fhh1p51dd7bvmgsjpvsrvvhv4wgpmm8rsv6j07z2nfn8z9s1ia"))))
+ "1763bypr971qyy7lm0q0mg1alqzyzqgsq8ffkp8zfvhwsqipnfn7"))))
(build-system cargo-build-system)
(arguments
`(#:features '()
@@ -4779,8 +4779,8 @@ minimum contrast levels, and more.")
(string-append share "/elvish/lib/xremap")
(lambda _ (invoke xremap "--completions" "elvish")))))))))
(home-page "https://github.com/k0kubun/xremap")
- (synopsis "Dynamic key remapp for X and Wayland")
- (description "This package provides dynamic key remapp for X and Wayland.")
+ (synopsis "Dynamic key remapper for X and Wayland")
+ (description "This package provides dynamic key remapper for X and
Wayland.")
(license license:expat)))
(define-public xremap-gnome