mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ksystemlog: Update to 24.12.1.
* gnu/packages/kde-systemtools.scm (ksystemlog): Update to 24.12.1. [inputs]: Add kcrash. Change-Id: I83f8e237f615264cb140dfb0e41ad7ba2dd99df6
This commit is contained in:
parent
61b0c8d491
commit
c80dc65db4
1 changed files with 3 additions and 2 deletions
|
@ -309,14 +309,14 @@ This package is part of the KDE networking module.")
|
||||||
(define-public ksystemlog
|
(define-public ksystemlog
|
||||||
(package
|
(package
|
||||||
(name "ksystemlog")
|
(name "ksystemlog")
|
||||||
(version "24.05.2")
|
(version "24.12.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||||
"/src/ksystemlog-" version ".tar.xz"))
|
"/src/ksystemlog-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1zlzyq5sv8mn4g0ycyrppr4fkr67vym79va7rfa7kbvvjgpwh6gi"))))
|
(base32 "0qsps71bfi7sm6f5x3jd1lss7pgjpmvmqsky3wjk34jzxq953rzs"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments (list #:qtbase qtbase))
|
(arguments (list #:qtbase qtbase))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
@ -328,6 +328,7 @@ This package is part of the KDE networking module.")
|
||||||
kcompletion
|
kcompletion
|
||||||
kconfig
|
kconfig
|
||||||
kcoreaddons
|
kcoreaddons
|
||||||
|
kcrash
|
||||||
ki18n
|
ki18n
|
||||||
kiconthemes
|
kiconthemes
|
||||||
kio
|
kio
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue