guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

52/78: gnu: emacs-log4e: Update to 0.4.1.


From: guix-commits
Subject: 52/78: gnu: emacs-log4e: Update to 0.4.1.
Date: Fri, 23 Feb 2024 03:12:10 -0500 (EST)

sharlatan pushed a commit to branch go-team
in repository guix.

commit 3dbf2bd1bd045565774dd5edac33b92e908b3ce0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Feb 22 14:42:38 2024 +0100

    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 4bec84f46d..36d9d31bf6 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]