~ruther/guix-local

8ec813f7b2dcd07783265d700b41767c54c5d593 — Nicolas Goaziou 2 years ago a0b297f
gnu: emacs-log4e: Update to 0.4.0.

* gnu/packages/emacs-xyz.scm (emacs-log4e): Update to 0.4.0.

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

M gnu/packages/emacs-xyz.scm
M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +2 -2
@@ 17330,7 17330,7 @@ provides functions to convert hash tables from and to alists and plists.")
(define-public emacs-log4e
  (package
    (name "emacs-log4e")
    (version "0.3.3")
    (version "0.4.0")
    (source
     (origin
       (method git-fetch)


@@ 17339,7 17339,7 @@ provides functions to convert hash tables from and to alists and plists.")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "0dbnks76v05allzkhx9zmyqpn6sk5376n8k2rbpnaw6gmz1ib2fv"))))
        (base32 "01nq8im693w7h7pwayd9snz1nhv2k6s969hvgyqn2qh337ly8rwy"))))
    (build-system emacs-build-system)
    (arguments
     `(#:phases