gnu: kcalc: Update to 24.12.1.

* gnu/packages/kde-utils.scm (kcalc): Update to 24.12.1.

Change-Id: I3f6d16cea0b43f772fe4ba76d08bb5117760560d
This commit is contained in:
Zheng Junjie 2025-01-10 11:52:02 +08:00 committed by Zheng Junjie
parent 152263fd78
commit 4f609a6161
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -493,14 +493,14 @@ drive, USB stick, etc
(define-public kcalc (define-public kcalc
(package (package
(name "kcalc") (name "kcalc")
(version "24.05.2") (version "24.12.1")
(source (origin (source (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/kcalc-" version ".tar.xz")) version "/src/kcalc-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0p1m3yv52dc2mzalk19l3zpdwpwi5jg0fib5lgb1ln71kwb07y8n")))) "1ya8xndm0pga1dadlv2c42mg39fxg44hq2gdrkmx94i3y9mjjx7l"))))
(build-system qt-build-system) (build-system qt-build-system)
(arguments (list #:qtbase qtbase)) (arguments (list #:qtbase qtbase))
(native-inputs (list extra-cmake-modules kdoctools)) (native-inputs (list extra-cmake-modules kdoctools))