mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: kcalc: Update to 25.12.0.
* gnu/packages/kde-utils.scm (kcalc): Update to 25.12.0. [inputs]: Add kiconthemes. Change-Id: I4b8b6f792a50cd14db65253617c1d0603b2b5cdc
This commit is contained in:
parent
6b7a3d4e5b
commit
bd3f11f1d7
1 changed files with 3 additions and 2 deletions
|
|
@ -589,14 +589,14 @@ drive, USB stick, etc
|
|||
(define-public kcalc
|
||||
(package
|
||||
(name "kcalc")
|
||||
(version "25.08.3")
|
||||
(version "25.12.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/"
|
||||
version "/src/kcalc-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"12l3l7n08kyqf58dngnp3nz8iwkcbhghiihypmd7zr4n0ja2r10f"))))
|
||||
"031zbp8b3j4a1rz9kpqk839hfj0ml5439di22wr50c1hyrl16623"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(native-inputs (list extra-cmake-modules kdoctools))
|
||||
|
|
@ -607,6 +607,7 @@ drive, USB stick, etc
|
|||
kconfigwidgets
|
||||
kguiaddons
|
||||
ki18n
|
||||
kiconthemes
|
||||
knotifications
|
||||
kxmlgui
|
||||
mpc
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue