mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kdf: Update to 25.08.1.
* gnu/packages/kde-systemtools.scm (kdf): Update to 25.08.1. Change-Id: I4d311e39d00bc4039c1a46e70b5de89e808393a0
This commit is contained in:
parent
eace43ea7b
commit
959fed3a9c
1 changed files with 2 additions and 2 deletions
|
@ -151,14 +151,14 @@ Dolphin with the version control systems: Bzr, Git, Mercurial, Subversion.")
|
|||
(define-public kdf
|
||||
(package
|
||||
(name "kdf")
|
||||
(version "24.12.3")
|
||||
(version "25.08.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/"
|
||||
version "/src/kdf-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1agv2bpz0gi2l759w4pkafb1pfqyh3m7dhfxpmpvlr8759z4skyv"))))
|
||||
"0h527y4bnr2z4krkbl9m2091v9065waqyc0cqcbvglrs8zj2bjda"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules kdoctools))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue