gnu: kleopatra: Update to 23.04.3.
* gnu/packages/kde-pim.scm (kleopatra): Update to 23.04.3.
This commit is contained in:
parent
fe2ea5a456
commit
61ff7ad968
1 changed files with 2 additions and 2 deletions
|
|
@ -1132,14 +1132,14 @@ protocol for querying and modifying directory services running over TCP/IP.")
|
||||||
(define-public kleopatra
|
(define-public kleopatra
|
||||||
(package
|
(package
|
||||||
(name "kleopatra")
|
(name "kleopatra")
|
||||||
(version "22.08.1")
|
(version "23.04.3")
|
||||||
(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/kleopatra-" version ".tar.xz"))
|
"/src/kleopatra-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1vay6cdrx1l7qyg0rrc7z7rwv1jjpwksqzadka7rpshfqhf3r9y8"))))
|
(base32 "0lcl20yihsa8dq0s24akp5z0290vh9nxjjjdwqk88nz8vmsr29i0"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list dbus extra-cmake-modules gnupg ;; TODO: Remove after gpgme uses fixed path
|
(list dbus extra-cmake-modules gnupg ;; TODO: Remove after gpgme uses fixed path
|
||||||
|
|
|
||||||
Reference in a new issue