From f75829b06e8305c3cde411c06079fabf11d40c0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Tue, 30 Dec 2025 12:28:41 +0800 Subject: [PATCH] gnu: xfce4-smartbookmark-plugin: Update to 0.6.0. * gnu/packages/xfce.scm (xfce4-smartbookmark-plugin): Update to 0.6.0. Change-Id: I489bbc4a3190b8f39ee9aee1f4c9b57f83d9fbe4 --- gnu/packages/xfce.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 6d952b544470349d6b72d971395299171fe3f64a..3026bd99dd3d455793b22f12fb0c8e970e815b09 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -2126,7 +2126,7 @@ opens up a menu with the following: (define-public xfce4-smartbookmark-plugin (package (name "xfce4-smartbookmark-plugin") - (version "0.5.3") + (version "0.6.0") (source (origin (method git-fetch) @@ -2136,7 +2136,7 @@ opens up a menu with the following: (commit (string-append name "-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0rm2yii0xas9n3aqsq6lb378czcylm8xcb2ng7lnl2r5l8qyb9m4")))) + (base32 "1ld8xpfadh68p4ikzdicrhgv56arbalmi94wqcv14kmsmjh1df1g")))) (build-system gnu-build-system) (native-inputs (list xfce4-dev-tools))