~ruther/guix-local

f75829b06e8305c3cde411c06079fabf11d40c0d — 宋文武 a month ago f18e0e3
gnu: xfce4-smartbookmark-plugin: Update to 0.6.0.

* gnu/packages/xfce.scm (xfce4-smartbookmark-plugin): Update to 0.6.0.

Change-Id: I489bbc4a3190b8f39ee9aee1f4c9b57f83d9fbe4
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/xfce.scm
M gnu/packages/xfce.scm => gnu/packages/xfce.scm +2 -2
@@ 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))