mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kcalc: Update to 25.04.0.
* gnu/packages/kde-utils.scm (kcalc): Update to 25.04.0. [inputs]: Add mpc. Change-Id: I8c682f3a702f6a2dcb716b1394a00156e5cc7644
This commit is contained in:
parent
f365dff771
commit
dc8bf45079
1 changed files with 3 additions and 2 deletions
|
@ -529,14 +529,14 @@ drive, USB stick, etc
|
||||||
(define-public kcalc
|
(define-public kcalc
|
||||||
(package
|
(package
|
||||||
(name "kcalc")
|
(name "kcalc")
|
||||||
(version "24.12.3")
|
(version "25.04.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/"
|
(uri (string-append "mirror://kde/stable/release-service/"
|
||||||
version "/src/kcalc-" version ".tar.xz"))
|
version "/src/kcalc-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0lcp6ppvifa92s8dcp9hmxg1y1769bh35ysm5amrpvkpa5kbm8xv"))))
|
"07krdvryflwzli2rhzz31638fml7cp209hws1gi9kxb2hnhlwim3"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments (list #:qtbase qtbase))
|
(arguments (list #:qtbase qtbase))
|
||||||
(native-inputs (list extra-cmake-modules kdoctools))
|
(native-inputs (list extra-cmake-modules kdoctools))
|
||||||
|
@ -549,6 +549,7 @@ drive, USB stick, etc
|
||||||
ki18n
|
ki18n
|
||||||
knotifications
|
knotifications
|
||||||
kxmlgui
|
kxmlgui
|
||||||
|
mpc
|
||||||
mpfr))
|
mpfr))
|
||||||
(home-page "https://apps.kde.org/kcalc/")
|
(home-page "https://apps.kde.org/kcalc/")
|
||||||
(synopsis "Scientific calculator")
|
(synopsis "Scientific calculator")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue