gnu: emacs-log4e: Update to 0.3.3.
* gnu/packages/emacs-xyz.scm (emacs-log4e): Update to 0.3.3.
This commit is contained in:
parent
e62dca7aa5
commit
1b25ca8ebf
1 changed files with 2 additions and 2 deletions
|
@ -11147,7 +11147,7 @@ provides functions to convert hash tables from and to alists and plists.")
|
||||||
(define-public emacs-log4e
|
(define-public emacs-log4e
|
||||||
(package
|
(package
|
||||||
(name "emacs-log4e")
|
(name "emacs-log4e")
|
||||||
(version "0.3.0")
|
(version "0.3.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -11156,7 +11156,7 @@ provides functions to convert hash tables from and to alists and plists.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1l28n7a0v2zkknc70i1wn6qb5i21dkhfizzk8wcj28v44cgzk022"))))
|
(base32 "0dbnks76v05allzkhx9zmyqpn6sk5376n8k2rbpnaw6gmz1ib2fv"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in a new issue