gnu: emacs-log4e: Update to 0.4.1.

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

Change-Id: I2e6696fb6e0fbf90a4921ef4dae7beb983dcacad
This commit is contained in:
Nicolas Goaziou 2024-02-22 14:42:38 +01:00
parent 546dede09a
commit 3f1a924783
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -17377,7 +17377,7 @@ provides functions to convert hash tables from and to alists and plists.")
(define-public emacs-log4e (define-public emacs-log4e
(package (package
(name "emacs-log4e") (name "emacs-log4e")
(version "0.4.0") (version "0.4.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -17386,7 +17386,7 @@ provides functions to convert hash tables from and to alists and plists.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "01nq8im693w7h7pwayd9snz1nhv2k6s969hvgyqn2qh337ly8rwy")))) (base32 "1x08dz18zhifkhrwdbh57izzidaf6vy1vb865f4xrqs6blgfiwj4"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
`(#:phases `(#:phases