mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kcrash: Update to 6.16.0.
* gnu/packages/kde-frameworks.scm (kcrash): Update to 6.16.0. Change-Id: I44b5ad448df25bc70498ff395936d94defb619da
This commit is contained in:
parent
dd8ec7f191
commit
74ca7eca5c
1 changed files with 2 additions and 2 deletions
|
@ -2451,7 +2451,7 @@ localized country name to ISO 3166-1 alpha 2 code mapping and vice verca.
|
||||||
(define-public kcrash
|
(define-public kcrash
|
||||||
(package
|
(package
|
||||||
(name "kcrash")
|
(name "kcrash")
|
||||||
(version "6.13.0")
|
(version "6.16.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -2460,7 +2460,7 @@ localized country name to ISO 3166-1 alpha 2 code mapping and vice verca.
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pxraxnm7hw3lk1125z1vp3s4ciz08yfahshn803spa4panjjbi6"))))
|
"1hqxd71xk6kqaaii7wnnnxsaf0rybi4m00ikai8kjyjrp84s3qq6"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs (list extra-cmake-modules))
|
(native-inputs (list extra-cmake-modules))
|
||||||
(inputs (list kcoreaddons kwindowsystem))
|
(inputs (list kcoreaddons kwindowsystem))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue