gnu: knotes: Update to 23.04.3.
* gnu/packages/kde-pim.scm (knotes): Update to 23.04.3.
This commit is contained in:
parent
c6bec0e02c
commit
711a12b19d
1 changed files with 2 additions and 2 deletions
|
@ -1587,14 +1587,14 @@ information in non-ASCII character sets.")
|
||||||
(define-public knotes
|
(define-public knotes
|
||||||
(package
|
(package
|
||||||
(name "knotes")
|
(name "knotes")
|
||||||
(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/knotes-" version ".tar.xz"))
|
"/src/knotes-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "076rwgkwx67rn6z0mj0sj77h1jngcpbvrwka3ijg2309r9f2wg8h"))))
|
(base32 "0f2a9xy2w909y792hwwnmsqvxx91azn6f0j0xl2mlmav00a4w6za"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools libxslt))
|
(list extra-cmake-modules kdoctools libxslt))
|
||||||
|
|
Reference in a new issue