~ruther/guix-local

f18e0e3b9bc60d87ce9dc9afe52e39563b7b11c7 — 宋文武 a month ago edf2d56
gnu: xfce4-places-plugin: Update to 1.9.0.

* gnu/packages/xfce.scm (xfce4-places-plugin): Update to 1.9.0.

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

M gnu/packages/xfce.scm
M gnu/packages/xfce.scm => gnu/packages/xfce.scm +2 -2
@@ 2088,7 2088,7 @@ interfaces of your choice in the panel.")
(define-public xfce4-places-plugin
  (package
    (name "xfce4-places-plugin")
    (version "1.8.4")
    (version "1.9.0")
    (source
     (origin
       (method git-fetch)


@@ 2098,7 2098,7 @@ interfaces of your choice in the panel.")
             (commit (string-append name "-" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "09yqnya7hr4vr6pn4ddzs7vx8582yyf1wrrwd1fmd81f7mdns1w7"))))
        (base32 "13q4l6n2h2fdbk83dibvyhkhc8i2jg8cm9dlxkyr8hrwng1lnzn1"))))
    (build-system gnu-build-system)
    (native-inputs
     (list desktop-file-utils xfce4-dev-tools))