gnu: kcalc: Update to 24.12.2.

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

Change-Id: Id3c00dfe7142609c60b988c48d739b1d38032931
This commit is contained in:
Zheng Junjie 2025-03-06 11:20:13 +08:00
parent f43f26c686
commit a9ad691fa3
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
(package
(name "kcalc")
(version "24.12.1")
(version "24.12.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
version "/src/kcalc-" version ".tar.xz"))
(sha256
(base32
"1ya8xndm0pga1dadlv2c42mg39fxg44hq2gdrkmx94i3y9mjjx7l"))))
"1ykpnq45f1s1fchb2zw9jmlac12j2qbmvgzgw44zplbffb138y0f"))))
(build-system qt-build-system)
(arguments (list #:qtbase qtbase))
(native-inputs (list extra-cmake-modules kdoctools))