iyzsong pushed a commit to branch kde-updates
in repository guix.
commit 97b745af9e534a78b38bf6baf50680fe4bb9d902
Author: Zheng Junjie <[email protected]>
AuthorDate: Wed Jul 19 14:23:24 2023 +0800
gnu: kio-extras: Update to 23.04.3.
* gnu/packages/kde.scm (kio-extras): Update to 23.04.3.
Signed-off-by: 宋文武 <[email protected]>
---
gnu/packages/kde.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 5a62e04ad2..08c224e24f 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -445,7 +445,7 @@ illustrate project schedules.")
(define-public kio-extras
(package
(name "kio-extras")
- (version "22.08.0")
+ (version "23.04.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
@@ -453,7 +453,7 @@ illustrate project schedules.")
version ".tar.xz"))
(sha256
(base32
- "0gzna2ps2qd2js28c97kjpcbah7zz8n4s4932faggc2nz5z5wnyn"))))
+ "1ygxfq62idpgf1dlic1245y5gf0fnkrpbqxd230xmxi7a35za8qd"))))
(build-system cmake-build-system)
(arguments
(list #:phases #~(modify-phases %standard-phases
@@ -462,7 +462,7 @@ illustrate project schedules.")
(when tests?
(setenv "HOME" (getcwd))
(setenv "TMPDIR" (getcwd))
- (invoke "ctest" "-E" "testkioarchive")))))))
+ (invoke "ctest" "-E"
"(thumbnailtest|testkioarchive)")))))))
(native-inputs (list extra-cmake-modules dbus kdoctools qttools-5))
(inputs (list karchive
kconfig