mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: kcrash: Update to 5.114.0.
* gnu/packages/kde-frameworks.scm (kcrash): Update to 5.114.0. Change-Id: I0a3c922cae3641c10ef4408cdbe55d268d4c6273
This commit is contained in:
parent
3e70116df3
commit
d20cfbe9cd
1 changed files with 2 additions and 2 deletions
|
@ -1714,7 +1714,7 @@ (define-public kcontacts
|
|||
(define-public kcrash
|
||||
(package
|
||||
(name "kcrash")
|
||||
(version "5.108.0")
|
||||
(version "5.114.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -1723,7 +1723,7 @@ (define-public kcrash
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1990yfssxcmbpbq9pz2nv07fpnjih4q9ql2bz1nfnanrm858pi9y"))))
|
||||
"1avi4yd3kpjqxrvci1nicxbh9mjafj1w2vgfmqanq66b76s4kxj1"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules))
|
||||
|
|
Loading…
Reference in a new issue