mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ktouch: Update to 24.12.3.
* gnu/packages/education.scm (ktouch): Update to 24.12.3. Change-Id: I5c2cee4dab045c25002ebc1a4a731e38e8ed8e4e
This commit is contained in:
parent
b6b5d0370a
commit
a30c418252
1 changed files with 2 additions and 2 deletions
|
@ -700,14 +700,14 @@ charts.")
|
||||||
(define-public ktouch
|
(define-public ktouch
|
||||||
(package
|
(package
|
||||||
(name "ktouch")
|
(name "ktouch")
|
||||||
(version "24.12.2")
|
(version "24.12.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/"
|
(uri (string-append "mirror://kde/stable/release-service/"
|
||||||
version "/src/ktouch-" version ".tar.xz"))
|
version "/src/ktouch-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1bnzsvw81glw6clx6j0s0h9rxqdb9avqjnjxswjwsj1bv6r8g71j"))))
|
(base32 "1sqzm8xf3xaia0b761mgpb2q4gc8yxwhvkzwdvw0spj25irdv7n5"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools-5 pkg-config))
|
(list extra-cmake-modules kdoctools-5 pkg-config))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue