mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
152263fd78
commit
4f609a6161
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.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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue