mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: kcalc: Update to 24.05.2.
* gnu/packages/kde-utils.scm (kcalc): Update to 24.05.2. [arguments]: Set #:qtbase to qtbase. Change-Id: Ie081b24a7780ea6fe7b3e9e384244b0c159def8a
This commit is contained in:
parent
0db2bf7b84
commit
f272312577
1 changed files with 3 additions and 2 deletions
|
@ -477,15 +477,16 @@ (define-public kbackup
|
|||
(define-public kcalc
|
||||
(package
|
||||
(name "kcalc")
|
||||
(version "23.04.3")
|
||||
(version "24.05.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/"
|
||||
version "/src/kcalc-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"04mqicwqn6h99jgh1zl0wsgk1rdkswzxaq8b8yz5hq654dsyq6y1"))))
|
||||
"0p1m3yv52dc2mzalk19l3zpdwpwi5jg0fib5lgb1ln71kwb07y8n"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(native-inputs (list extra-cmake-modules kdoctools))
|
||||
(inputs (list gmp
|
||||
kcoreaddons
|
||||
|
|
Loading…
Reference in a new issue