~ruther/guix-local

3f1a9247837ee7a081c635dc9a274633e2a213db — Nicolas Goaziou 2 years ago 546dede
gnu: emacs-log4e: Update to 0.4.1.

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

Change-Id: I2e6696fb6e0fbf90a4921ef4dae7beb983dcacad
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
@@ 17377,7 17377,7 @@ provides functions to convert hash tables from and to alists and plists.")
(define-public emacs-log4e
  (package
    (name "emacs-log4e")
    (version "0.4.0")
    (version "0.4.1")
    (source
     (origin
       (method git-fetch)


@@ 17386,7 17386,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 "01nq8im693w7h7pwayd9snz1nhv2k6s969hvgyqn2qh337ly8rwy"))))
        (base32 "1x08dz18zhifkhrwdbh57izzidaf6vy1vb865f4xrqs6blgfiwj4"))))
    (build-system emacs-build-system)
    (arguments
     `(#:phases