~ruther/guix-local

f7a27b6068b9dba680d78c71a41f98fad4381a75 — 宋文武 a month ago b839617
gnu: xfce4-wavelan-plugin: Update to 0.7.0.

* gnu/packages/xfce.scm (xfce4-wavelan-plugin): Update to 0.7.0.

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

M gnu/packages/xfce.scm
M gnu/packages/xfce.scm => gnu/packages/xfce.scm +2 -2
@@ 2322,7 2322,7 @@ for the Xfce panel.  It supports several features, such as:
(define-public xfce4-wavelan-plugin
  (package
    (name "xfce4-wavelan-plugin")
    (version "0.6.4")
    (version "0.7.0")
    (source
     (origin
       (method git-fetch)


@@ 2332,7 2332,7 @@ for the Xfce panel.  It supports several features, such as:
             (commit (string-append name "-" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "0hw1xglcq9niacmnb6masnx8b7vs0z38pbnbviy388mvj5bx54dm"))))
        (base32 "17bg3v0drhrs7sx2w2a3aajlfsbhn2zn94479380kpj05jacmjlg"))))
    (build-system gnu-build-system)
    (native-inputs
     (list xfce4-dev-tools))