mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: kcrash: Update to 6.5.0.
* gnu/packages/kde-frameworks.scm (kcrash): Update to 6.5.0. Change-Id: I4be61b85f1897c2d35df2d41bac3982014da82bd
This commit is contained in:
parent
d1bfebf871
commit
18c3e5619c
1 changed files with 2 additions and 2 deletions
|
@ -2382,7 +2382,7 @@ (define-public kcontacts
|
|||
(define-public kcrash
|
||||
(package
|
||||
(name "kcrash")
|
||||
(version "6.4.0")
|
||||
(version "6.5.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -2391,7 +2391,7 @@ (define-public kcrash
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"15vnaq011pf6d5p131ld16lwjmvhmp6za2rv14fhqhrajny1a4h1"))))
|
||||
"1wwv64jygx1hhiskn8xsk2v5dhnkbq94fd2rpi031k1ja7hnq347"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs (list extra-cmake-modules))
|
||||
(inputs (list kcoreaddons kwindowsystem))
|
||||
|
|
Loading…
Reference in a new issue