mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kcalc: Update to 25.08.1.
* gnu/packages/kde-utils.scm (kcalc): Update to 25.08.1. Change-Id: Ie2a6b8f43d1ea0a04a01fc7ff20d1bb5e525f0ef
This commit is contained in:
parent
0826fb4b4b
commit
021f383da0
1 changed files with 2 additions and 2 deletions
|
@ -533,14 +533,14 @@ drive, USB stick, etc
|
||||||
(define-public kcalc
|
(define-public kcalc
|
||||||
(package
|
(package
|
||||||
(name "kcalc")
|
(name "kcalc")
|
||||||
(version "25.04.0")
|
(version "25.08.1")
|
||||||
(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
|
||||||
"07krdvryflwzli2rhzz31638fml7cp209hws1gi9kxb2hnhlwim3"))))
|
"0mf16m26p708b9n5fyalyr5h5ajrv1c3696v9c72bp1rqlm8k6ps"))))
|
||||||
(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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue