gnu: kdebugsettings: Update to 24.05.2.
* gnu/packages/kde-utils.scm (kdebugsettings): Update to 24.05.2. [arguments]: Set #:qtbase to qtbase. Change-Id: Ia30a0a8a9904a3fd9bba9fe5fc8b0a4d125ae9d1master
parent
77c1f42c20
commit
c1ad378c85
|
@ -409,7 +409,7 @@ Kate's features include:
|
|||
(define-public kdebugsettings
|
||||
(package
|
||||
(name "kdebugsettings")
|
||||
(version "23.04.3")
|
||||
(version "24.05.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/"
|
||||
|
@ -417,7 +417,7 @@ Kate's features include:
|
|||
".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"02igg8ry1cxa83pdj6pgwzw7hpjwfrfk57d9ybgfvy2x08d5kvqz"))))
|
||||
"1il9jcwya1hgqrs5yrlahk9h0hrrs5h1ay304sbixgiiafx1dcv7"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs (list extra-cmake-modules))
|
||||
(inputs (list kcoreaddons
|
||||
|
@ -428,6 +428,7 @@ Kate's features include:
|
|||
kitemviews
|
||||
kcompletion
|
||||
kxmlgui))
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(home-page "https://invent.kde.org/utilities/kdebugsettings")
|
||||
(synopsis "Choose which QLoggingCategory are displayed")
|
||||
(description
|
||||
|
|
Reference in New Issue