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
(package
(name "emacs-xpm")
(version "1.0.4")
(version "1.0.5")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/xpm-"
version ".tar"))
(sha256
(base32
"075miyashh9cm3b0gk6ngld3rm8bfgnh4qxnhxmmvjgzf6a64grh"))))
(base32 "13p6s6b2v7h4bnwdkkrd1qz84jd7g2s18w0czhpxv6hvj9sqf5hx"))))
(build-system emacs-build-system)
(home-page "https://elpa.gnu.org/packages/xpm.html")
(synopsis "XPM image editing mode for Emacs")