mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
f43f26c686
commit
a9ad691fa3
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue