~ruther/guix-local

d9a3a43d6efaa310477e7053f3b6c553e00e356d — 宋文武 2 months ago cb8e963
gnu: xfce4-xkb-plugin: Update to 0.9.0.

* gnu/packages/xfce.scm (xfce4-xkb-plugin): Update to 0.9.0.

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

M gnu/packages/xfce.scm
M gnu/packages/xfce.scm => gnu/packages/xfce.scm +2 -2
@@ 634,7 634,7 @@ applications, and includes a search bar to search for applications.")
(define-public xfce4-xkb-plugin
  (package
    (name "xfce4-xkb-plugin")
    (version "0.8.5")
    (version "0.9.0")
    (source
     (origin
       (method git-fetch)


@@ 644,7 644,7 @@ applications, and includes a search bar to search for applications.")
             (commit (string-append name "-" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "1iai2myz1zj5vvbl3lz8r50bhv103avfjdc233gqa933wwxgwvd0"))))
        (base32 "0l8vq3z69d3n2nh76r92bcbflrzafw1a3qnf4sjvrwfpkqm59ff8"))))
    (build-system gnu-build-system)
    (native-inputs
     (list xfce4-dev-tools))