me
/
guix
Archived
1
0
Fork 0

gnu: kdf: Update to 23.04.3.

* gnu/packages/kde.scm (kdf): Update to 23.04.3.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
master
Zheng Junjie 2023-07-14 15:28:39 +08:00 committed by 宋文武
parent e81aae969f
commit 4195a0358c
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 2 deletions

View File

@ -1072,14 +1072,14 @@ to perform data analysis.")
(define-public kdf
(package
(name "kdf")
(version "22.08.1")
(version "23.04.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
version "/src/kdf-" version ".tar.xz"))
(sha256
(base32
"0p7iqld2phc74pmhyb8bqqg9clnc7l2rh6hd0i6jcsp266cgg205"))))
"11ndcbfkq5fhb1lfij0mmm43fw49sh0z3nw644sll0smcwic76aa"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))