diff options
| author | Sughosha <sughosha@disroot.org> | 2026-03-03 21:57:24 +0530 |
|---|---|---|
| committer | Sughosha <sughosha@disroot.org> | 2026-03-16 07:44:07 +0530 |
| commit | 35015cf880aaccc94dc0b8338f7b39dc2aea3cc2 (patch) | |
| tree | 95c8f0e324da78b6acacf0fd37c9aae8e9c810a9 /gnu | |
| parent | bcd8acfdd8753e92de2f049aec32c2d5fd7b321c (diff) | |
gnu: kbookmarks: Update to 6.23.0.
* gnu/packages/kde-frameworks.scm (kbookmarks): Update to 6.23.0.
Change-Id: I2e5acaf0651311d45911c59670227cdb3ee97724
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/kde-frameworks.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index f45c3984049..d668410cba2 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -3029,7 +3029,7 @@ maintaining an index of the contents of your files.") (define-public kbookmarks (package (name "kbookmarks") - (version "6.22.0") + (version "6.23.0") (source (origin (method url-fetch) (uri (string-append @@ -3038,7 +3038,7 @@ maintaining an index of the contents of your files.") name "-" version ".tar.xz")) (sha256 (base32 - "0y8sc3ys2livvb94ny43mw7r1h5jh4yn9j5n52pqainyag53c0m9")))) + "1qlb7s5gcl6vq40pa64lmhr0w56ln4bsv0dr88zip9b9zlg8cl0q")))) (build-system cmake-build-system) (propagated-inputs (list kwidgetsaddons)) |
