mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: ktouch: Update to 24.12.1.
* gnu/packages/education.scm (ktouch): Update to 24.12.1. Change-Id: I1bab04124acfe611a3705955c850e3cc31030aa4
This commit is contained in:
parent
65cb605bcf
commit
d6e84545ec
1 changed files with 2 additions and 2 deletions
|
@ -701,14 +701,14 @@ (define-public kqtquickcharts
|
|||
(define-public ktouch
|
||||
(package
|
||||
(name "ktouch")
|
||||
(version "24.05.2")
|
||||
(version "24.12.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/"
|
||||
version "/src/ktouch-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1636s1brigmd7wbmjlfgz2qlrrp592rrk9nylh9bi0j1nf3xa8c5"))))
|
||||
(base32 "0ma65m6lprxrp3xdcxpbx6k8hqzzczv3wb2g52aqn19z5jhphr4p"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules kdoctools-5 pkg-config))
|
||||
|
|
Loading…
Reference in a new issue