diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2025-09-17 22:17:10 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2025-09-17 22:17:10 +0300 |
| commit | 2b321e7a861453c515f8f2fe63f2ec6cd44b0f4b (patch) | |
| tree | b52953f861e3d3fd2532812b3d4658c1c8f7e632 | |
| parent | 22f944e47876eb07c1c4acbe295d91807dec49cc (diff) | |
gnu: touchegg: Update to 2.0.18.
* gnu/packages/linux.scm (touchegg): Update to 2.0.18.
Change-Id: I0a44212e650c9fa7acb5debaf61037dde331deb7
| -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 28a5153f1e..5f18b22a41 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -11798,7 +11798,7 @@ libraries are found or why they cannot be located.") (define-public touchegg (package (name "touchegg") - (version "2.0.14") + (version "2.0.18") (source (origin (method git-fetch) @@ -11807,7 +11807,7 @@ libraries are found or why they cannot be located.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0shvslz0c8nqx5f988z55qjc9xw0in9rb7b19r6vr1f7cdkqb6yr")))) + (base32 "0m8zgihij14b8dxrxxvpl8sdsx49mjlnxnm0fhgfxscy7n07kcpc")))) (build-system cmake-build-system) (arguments `(#:tests? #f ; No tests exist |
