mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
This commit is contained in:
parent
6dcdffb830
commit
f9b29f0823
1 changed files with 2 additions and 2 deletions
|
@ -533,7 +533,7 @@ (define-public kdecoration
|
|||
(define-public kde-cli-tools
|
||||
(package
|
||||
(name "kde-cli-tools")
|
||||
(version "6.1.2")
|
||||
(version "6.1.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/"
|
||||
|
@ -541,7 +541,7 @@ (define-public kde-cli-tools
|
|||
(patches (search-patches "kde-cli-tools-delay-mime-db.patch"))
|
||||
(sha256
|
||||
(base32
|
||||
"06vms60wrddj9b8bagk5xhwjff4pi81vxs0zja8mk5fscv0750bi"))))
|
||||
"0yn89fqmh84nibpd9hy6pwy2ysp46i4268mw1sq6xjij50g0asfr"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list #:qtbase qtbase
|
||||
|
|
Loading…
Reference in a new issue