mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: touchegg: Update to 2.0.18.
* gnu/packages/linux.scm (touchegg): Update to 2.0.18. Change-Id: I0a44212e650c9fa7acb5debaf61037dde331deb7
This commit is contained in:
parent
22f944e478
commit
2b321e7a86
1 changed files with 2 additions and 2 deletions
|
@ -11798,7 +11798,7 @@ libraries are found or why they cannot be located.")
|
||||||
(define-public touchegg
|
(define-public touchegg
|
||||||
(package
|
(package
|
||||||
(name "touchegg")
|
(name "touchegg")
|
||||||
(version "2.0.14")
|
(version "2.0.18")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -11807,7 +11807,7 @@ libraries are found or why they cannot be located.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0shvslz0c8nqx5f988z55qjc9xw0in9rb7b19r6vr1f7cdkqb6yr"))))
|
(base32 "0m8zgihij14b8dxrxxvpl8sdsx49mjlnxnm0fhgfxscy7n07kcpc"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; No tests exist
|
`(#:tests? #f ; No tests exist
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue