~ruther/guix-local

d11dfe64a05eb8d974486b5f56980601ed82de3c — 宋文武 2 months ago f75829b
gnu: xfce4-stopwatch-plugin: Update to 0.6.0.

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

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

M gnu/packages/xfce.scm
M gnu/packages/xfce.scm => gnu/packages/xfce.scm +2 -2
@@ 2182,7 2182,7 @@ freedesktop.org specification.")
(define-public xfce4-stopwatch-plugin
  (package
    (name "xfce4-stopwatch-plugin")
    (version "0.5.2")
    (version "0.6.0")
    (source
     (origin
       (method git-fetch)


@@ 2192,7 2192,7 @@ freedesktop.org specification.")
             (commit (string-append name "-" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "12b6r9vmqqwqdk8pwbi6xgcfbwvw26lz298b3k53aajvy80lxgql"))))
        (base32 "05hfwikmn8a13fjyx4lcyms05mnwhvzl5xkk0miih79a3m7jkd7c"))))
    (build-system gnu-build-system)
    (native-inputs
     (list xfce4-dev-tools))