guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-log4e: Update to 0.3.3.


From: guix-commits
Subject: branch master updated: gnu: emacs-log4e: Update to 0.3.3.
Date: Mon, 08 Feb 2021 16:46:57 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 1b25ca8  gnu: emacs-log4e: Update to 0.3.3.
1b25ca8 is described below

commit 1b25ca8ebf07081dbedda6ce7335c80e5355c4c6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Feb 8 22:46:24 2021 +0100

    gnu: emacs-log4e: Update to 0.3.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-log4e): Update to 0.3.3.
---
 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 5226ed3..98a7a94 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11147,7 +11147,7 @@ provides functions to convert hash tables from and to 
alists and plists.")
 (define-public emacs-log4e
   (package
     (name "emacs-log4e")
-    (version "0.3.0")
+    (version "0.3.3")
     (source
      (origin
        (method git-fetch)
@@ -11156,7 +11156,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 "1l28n7a0v2zkknc70i1wn6qb5i21dkhfizzk8wcj28v44cgzk022"))))
+        (base32 "0dbnks76v05allzkhx9zmyqpn6sk5376n8k2rbpnaw6gmz1ib2fv"))))
     (build-system emacs-build-system)
     (arguments
      `(#:phases



reply via email to

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