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
parent 0404da9192
commit 4375cdb2df
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -482,14 +482,14 @@ (define-public kbackup
(define-public kcalc
(package
(name "kcalc")
(version "24.05.2")
(version "24.12.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
version "/src/kcalc-" version ".tar.xz"))
(sha256
(base32
"0p1m3yv52dc2mzalk19l3zpdwpwi5jg0fib5lgb1ln71kwb07y8n"))))
"1ya8xndm0pga1dadlv2c42mg39fxg44hq2gdrkmx94i3y9mjjx7l"))))
(build-system qt-build-system)
(arguments (list #:qtbase qtbase))
(native-inputs (list extra-cmake-modules kdoctools))