me
/
guix
Archived
1
0
Fork 0

gnu: kcharselect: Update to 24.05.2.

* gnu/packages/kde-utils.scm (kcharselect): Update to 24.05.2.
[arguments]: Set #:qtbase to qtbase.

Change-Id: I4beac555d0adbeafe218547f3d202a50eae98c0d
master
Zheng Junjie 2024-07-06 19:14:08 +08:00
parent f272312577
commit 2ec3282107
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 3 additions and 2 deletions

View File

@ -507,7 +507,7 @@ drive, USB stick, etc
(define-public kcharselect
(package
(name "kcharselect")
(version "23.04.3")
(version "24.05.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
@ -515,8 +515,9 @@ drive, USB stick, etc
".tar.xz"))
(sha256
(base32
"05z80j8bwrj1zfpy376gsx30bv7bxsa3lyvrqsz197w1g8vp5gix"))))
"0yzw3jqcxkqi3ricsxcj1g8lhwxqjx0vwa91h4jb7ig1gsp6h3hi"))))
(build-system qt-build-system)
(arguments (list #:qtbase qtbase))
(native-inputs (list extra-cmake-modules))
(inputs (list kbookmarks kcoreaddons kcrash ki18n kwidgetsaddons kxmlgui))
(home-page "https://apps.kde.org/kcharselect/")