gnu: emacs-esxml: Update to 0.3.5.

* gnu/packages/emacs-xyz.scm (emacs-esxml): Update to 0.3.5.
This commit is contained in:
Pierre Neidhardt 2021-01-06 09:33:11 +01:00
parent 6200fcabcf
commit 684d27c36f
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -14163,7 +14163,7 @@ (define-public emacs-kv
(define-public emacs-esxml
(package
(name "emacs-esxml")
(version "0.3.4")
(version "0.3.5")
(source (origin
(method git-fetch)
(uri (git-reference
@ -14172,7 +14172,7 @@ (define-public emacs-esxml
(file-name (git-file-name name version))
(sha256
(base32
"00vv8a75wdklygdyr4km9mc2ismxak69c45jmcny41xl44rp9x8m"))))
"16jn404vfmsvm12wrf8iczqlgdf2iycbxrvalvzxnm2gr5dfzp7z"))))
(build-system emacs-build-system)
(arguments
`(#:phases