gnu: emacs-log4e: Update to 0.3.3.
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Mon, 8 Feb 2021 21:46:24 +0000 (22:46 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Mon, 8 Feb 2021 21:46:24 +0000 (22:46 +0100)
* gnu/packages/emacs-xyz.scm (emacs-log4e): Update to 0.3.3.

gnu/packages/emacs-xyz.scm

index 5226ed3..98a7a94 100644 (file)
@@ -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