~ruther/guix-local

cb8e9634bd465054bccb18f54c0fd3c3339199ec — 宋文武 3 months ago 888e11b
gnu: xfce4-whiskermenu-plugin: Update to 2.10.0.

* gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Update to 2.10.0.

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

M gnu/packages/xfce.scm
M gnu/packages/xfce.scm => gnu/packages/xfce.scm +2 -2
@@ 598,7 598,7 @@ seamlessly with the tiling window manager i3.")
(define-public xfce4-whiskermenu-plugin
  (package
    (name "xfce4-whiskermenu-plugin")
    (version "2.9.1")
    (version "2.10.0")
    (source
     (origin
       (method git-fetch)


@@ 608,7 608,7 @@ seamlessly with the tiling window manager i3.")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "0alxsb1lzlpzwpy4ra26n16inz906r2ssdqjrq6jjwh5gw44lz08"))))
        (base32 "0wv7ixp3kmfscfyvp37bsaymva2bjlvdqijwywj1sax6zsq04l6q"))))
    (build-system cmake-build-system)
    (native-inputs
     (list gettext-minimal pkg-config))