me
/
guix
Archived
1
0
Fork 0

gnu: kget: Update to 23.04.3.

* gnu/packages/kde-internet.scm (kget): Update to 23.04.3.
master
宋文武 2023-07-29 13:43:48 +08:00
parent 9fd121d7ff
commit 0d3336efd6
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 2 deletions

View File

@ -117,14 +117,14 @@ Other notable features include:
(define-public kget
(package
(name "kget")
(version "22.04.3")
(version "23.04.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kget-" version ".tar.xz"))
(sha256
(base32 "0rqznsyphnq0zi65wvrl9mwqm9268wgihkr104i87pp5kfiah5yp"))))
(base32 "1n9wnm1si4g4rv8zaqpr8m3c2aav0mj8i7z96m78dk1apippx77r"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools pkg-config))