~ruther/guix-local

6a4e23704383d4ab59ae14c8e2b1cd7856a19b17 — 宋文武 a month ago cfd77f3
gnu: xfce4-fsguard-plugin: Update to 1.2.0.

* gnu/packages/xfce.scm (xfce4-fsguard-plugin): Update to 1.2.0.

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

M gnu/packages/xfce.scm
M gnu/packages/xfce.scm => gnu/packages/xfce.scm +2 -2
@@ 1897,7 1897,7 @@ performance (bytes transferred per second).")
(define-public xfce4-fsguard-plugin
  (package
    (name "xfce4-fsguard-plugin")
    (version "1.1.4")
    (version "1.2.0")
    (source
     (origin
       (method git-fetch)


@@ 1907,7 1907,7 @@ performance (bytes transferred per second).")
             (commit (string-append name "-" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "0df9gs9wjmnb2889a0ssfjvjviswcjkcq6f8211fyzzqaj2gn9n0"))))
        (base32 "1bfdi1wa6zsbvzybf0sv8iczzd987mhkqzfmhkhjh1dcdvfghl1f"))))
    (build-system gnu-build-system)
    (native-inputs
     (list xfce4-dev-tools))