gnu: emacs-xml-rpc: Update to 1.0.5.

* gnu/packages/emacs-xyz.scm (emacs-xml-rpc): Update to 1.0.5.
This commit is contained in:
Nicolas Goaziou 2021-12-21 00:14:42 +01:00
parent 5894b1210d
commit 5e1b3520ed
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

@ -20598,15 +20598,14 @@ using XML-RPC methods fairly transparent to the Lisp code.")
(define-public emacs-xpm (define-public emacs-xpm
(package (package
(name "emacs-xpm") (name "emacs-xpm")
(version "1.0.4") (version "1.0.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/xpm-" (uri (string-append "https://elpa.gnu.org/packages/xpm-"
version ".tar")) version ".tar"))
(sha256 (sha256
(base32 (base32 "13p6s6b2v7h4bnwdkkrd1qz84jd7g2s18w0czhpxv6hvj9sqf5hx"))))
"075miyashh9cm3b0gk6ngld3rm8bfgnh4qxnhxmmvjgzf6a64grh"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://elpa.gnu.org/packages/xpm.html") (home-page "https://elpa.gnu.org/packages/xpm.html")
(synopsis "XPM image editing mode for Emacs") (synopsis "XPM image editing mode for Emacs")