me
/
guix
Archived
1
0
Fork 0

gnu: kde-cli-tools: Update to 6.1.3.

* gnu/packages/kde-plasma.scm (kde-cli-tools): Update to 6.1.3.

Change-Id: Ie4960e6ffd336ba4f13311fb8f058bc129b698c3
master
Zheng Junjie 2024-07-20 19:10:24 +08:00
parent 6dcdffb830
commit f9b29f0823
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -533,7 +533,7 @@ manager which re-parents a Client window to a window decoration frame.")
(define-public kde-cli-tools (define-public kde-cli-tools
(package (package
(name "kde-cli-tools") (name "kde-cli-tools")
(version "6.1.2") (version "6.1.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" (uri (string-append "mirror://kde/stable/plasma/"
@ -541,7 +541,7 @@ manager which re-parents a Client window to a window decoration frame.")
(patches (search-patches "kde-cli-tools-delay-mime-db.patch")) (patches (search-patches "kde-cli-tools-delay-mime-db.patch"))
(sha256 (sha256
(base32 (base32
"06vms60wrddj9b8bagk5xhwjff4pi81vxs0zja8mk5fscv0750bi")))) "0yn89fqmh84nibpd9hy6pwy2ysp46i4268mw1sq6xjij50g0asfr"))))
(build-system qt-build-system) (build-system qt-build-system)
(arguments (arguments
(list #:qtbase qtbase (list #:qtbase qtbase