mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: ktouch: Update to 21.12.2.
* gnu/packages/education.scm (ktouch): Update to 21.12.2. Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
parent
1499aa8773
commit
d31187ae88
1 changed files with 2 additions and 2 deletions
|
@ -643,14 +643,14 @@ (define-public klavaro
|
|||
(define-public ktouch
|
||||
(package
|
||||
(name "ktouch")
|
||||
(version "20.12.1")
|
||||
(version "21.12.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/"
|
||||
version "/src/ktouch-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "10lm2p8w26c9n6lhvw3301myfss0dq7hl7rawzb3hsy1lqvmvdib"))))
|
||||
(base32 "1rq2n8395sb17rqd295axv2pbwzhqs8ikjqx5ryn4lv1713alabl"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules kdoctools pkg-config))
|
||||
|
|
Loading…
Reference in a new issue