From 3f1a9247837ee7a081c635dc9a274633e2a213db Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 22 Feb 2024 14:42:38 +0100 Subject: [PATCH] gnu: emacs-log4e: Update to 0.4.1. * gnu/packages/emacs-xyz.scm (emacs-log4e): Update to 0.4.1. Change-Id: I2e6696fb6e0fbf90a4921ef4dae7beb983dcacad --- gnu/packages/emacs-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 4bec84f46dbe4853d355b3dd5c613d9990c1471a..36d9d31bf615fc58d6b3908227a275f7360da2e6 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -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