mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
gnu: kdf: Update to 23.04.3.
* gnu/packages/kde.scm (kdf): Update to 23.04.3. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
e81aae969f
commit
4195a0358c
1 changed files with 2 additions and 2 deletions
|
@ -1072,14 +1072,14 @@ (define-public labplot
|
||||||
(define-public kdf
|
(define-public kdf
|
||||||
(package
|
(package
|
||||||
(name "kdf")
|
(name "kdf")
|
||||||
(version "22.08.1")
|
(version "23.04.3")
|
||||||
(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/kdf-" version ".tar.xz"))
|
version "/src/kdf-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0p7iqld2phc74pmhyb8bqqg9clnc7l2rh6hd0i6jcsp266cgg205"))))
|
"11ndcbfkq5fhb1lfij0mmm43fw49sh0z3nw644sll0smcwic76aa"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools))
|
(list extra-cmake-modules kdoctools))
|
||||||
|
|
Loading…
Reference in a new issue