Archived
1
0
Fork 0

gnu: emacs-log4e: Update to 0.4.0.

* gnu/packages/emacs-xyz.scm (emacs-log4e): Update to 0.4.0.

Change-Id: I96d0496155e15cd2dc58c5332f8283541070e5f0
This commit is contained in:
Nicolas Goaziou 2024-01-21 23:37:04 +01:00
parent a0b297fd9a
commit 8ec813f7b2
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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