gnu: emacs-esxml: Update to 0.3.7.
* gnu/packages/emacs-xyz.scm (emacs-esxml): Update to 0.3.7.
This commit is contained in:
parent
13ab81d94d
commit
218bea8b5f
1 changed files with 2 additions and 2 deletions
|
@ -15289,7 +15289,7 @@ (define-public emacs-kv
|
|||
(define-public emacs-esxml
|
||||
(package
|
||||
(name "emacs-esxml")
|
||||
(version "0.3.5")
|
||||
(version "0.3.7")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -15298,7 +15298,7 @@ (define-public emacs-esxml
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"16jn404vfmsvm12wrf8iczqlgdf2iycbxrvalvzxnm2gr5dfzp7z"))))
|
||||
"1xzxmgsg0j72sf1vjh9gjswz3c29js0kqhm7r3jrqrh3a5agdnml"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue