Archived
1
0
Fork 0

gnu: knotes: Update to 23.04.3.

* gnu/packages/kde-pim.scm (knotes): Update to 23.04.3.
This commit is contained in:
宋文武 2023-07-30 10:32:01 +08:00
parent c6bec0e02c
commit 711a12b19d
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -1587,14 +1587,14 @@ information in non-ASCII character sets.")
(define-public knotes
(package
(name "knotes")
(version "22.08.1")
(version "23.04.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/knotes-" version ".tar.xz"))
(sha256
(base32 "076rwgkwx67rn6z0mj0sj77h1jngcpbvrwka3ijg2309r9f2wg8h"))))
(base32 "0f2a9xy2w909y792hwwnmsqvxx91azn6f0j0xl2mlmav00a4w6za"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools libxslt))