~ruther/guix-local

881971909b7e9130da50ad0116690cacbb7330be — 宋文武 a month ago 6a4e237
gnu: xfce4-genmon-plugin: Update to 4.3.0.

* gnu/packages/xfce.scm (xfce4-genmon-plugin): Update to 4.3.0.

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

M gnu/packages/xfce.scm
M gnu/packages/xfce.scm => gnu/packages/xfce.scm +2 -2
@@ 1926,7 1926,7 @@ be clicked to open the chosen mount point.")
(define-public xfce4-genmon-plugin
  (package
    (name "xfce4-genmon-plugin")
    (version "4.2.1")
    (version "4.3.0")
    (source
     (origin
       (method git-fetch)


@@ 1936,7 1936,7 @@ be clicked to open the chosen mount point.")
             (commit (string-append name "-" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "1ap5qn2g1f4n3m30h9i0x2h8r84cfdh6pylnp0jc7r9gy910mxgm"))))
        (base32 "0h4aivfdjzc2k6j6x0a4hikgpz9c7myh2kr9vax3v2mvmi81wmai"))))
    (build-system gnu-build-system)
    (native-inputs
     (list xfce4-dev-tools))