guix-commits
[Top][All Lists]
Advanced

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

19/36: gnu: emacs-log4e: Update to 0.4.0.


From: guix-commits
Subject: 19/36: gnu: emacs-log4e: Update to 0.4.0.
Date: Sun, 21 Jan 2024 18:24:04 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 8ec813f7b2dcd07783265d700b41767c54c5d593
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jan 21 23:37:04 2024 +0100

    gnu: emacs-log4e: Update to 0.4.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-log4e): Update to 0.4.0.
    
    Change-Id: I96d0496155e15cd2dc58c5332f8283541070e5f0
---
 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 528a5e52d3..caa1ca9e83 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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



reply via email to

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