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:
parent
a0b297fd9a
commit
8ec813f7b2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Reference in a new issue