guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 9b48736061d491c7b872f4132af5e262c242c8d4
Author: Sughosha <[email protected]>
AuthorDate: Fri May 8 06:08:13 2026 +0530
gnu: marknote: Update to 1.5.2.
* gnu/packages/kde-office.scm (marknote): Update to 1.5.2.
[inputs]: Add knotifications.
Change-Id: I52cf0d81e8b7e8edbbee0ffe928740a6e1a07cae
---
gnu/packages/kde-office.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/kde-office.scm b/gnu/packages/kde-office.scm
index c22e55e6d2..794c7f4c98 100644
--- a/gnu/packages/kde-office.scm
+++ b/gnu/packages/kde-office.scm
@@ -334,14 +334,14 @@ and allows you to preview your content.")
(define-public marknote
(package
(name "marknote")
- (version "1.4.1")
+ (version "1.5.2")
(source
(origin
(method url-fetch)
- (uri (string-append "mirror://kde/stable/marknote"
+ (uri (string-append "mirror://kde//stable/marknote"
"/marknote-" version ".tar.xz"))
(sha256
- (base32 "1697mp11x1w5bc6l2abzvw8wiadkchp29k6nqbdrr86rqd8zbhln"))))
+ (base32 "1dzfwdvb8is3nyb852ba9ljy00r098ff8a4bzfycs93sps10lnmw"))))
(build-system qt-build-system)
(arguments
(list #:qtbase qtbase
@@ -362,6 +362,7 @@ and allows you to preview your content.")
kirigami
kirigami-addons
kmime
+ knotifications
kwindowsystem
kxmlgui
md4c