~ruther/guix-local

5c5e6be1d9b44096a3574a304226c5740d4410cb — 宋文武 1 year, 1 month ago 8773528
gnu: xfce4-whiskermenu-plugin: Update to 2.9.1.

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

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

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


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