~ruther/guix-local

976056836bd9d8d6308e258c11433579c1e88cb2 — 宋文武 2 months ago cc774ec
gnu: xfce4-dict: Update to 0.8.9.

* gnu/packages/xfce.scm (xfce4-dict): Update to 0.8.9.

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

M gnu/packages/xfce.scm
M gnu/packages/xfce.scm => gnu/packages/xfce.scm +2 -2
@@ 1279,7 1279,7 @@ on your desktop.")
(define-public xfce4-dict
  (package
    (name "xfce4-dict")
    (version "0.8.8")
    (version "0.8.9")
    (source
     (origin
       (method git-fetch)


@@ 1289,7 1289,7 @@ on your desktop.")
             (commit (string-append name "-" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "1y9ggn3c0ngn621ljmb2ahavr27sksld48z2qs470zcjwiw48nlx"))))
        (base32 "0w24pnvhl73dwb8jr88vs20xmqivjzfacr67g9w4c6b0z6f56pkj"))))
    (build-system gnu-build-system)
    (native-inputs
     (list xfce4-dev-tools))