guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-xml-rpc: Update to 1.0.5.


From: guix-commits
Subject: branch master updated: gnu: emacs-xml-rpc: Update to 1.0.5.
Date: Mon, 20 Dec 2021 18:19:44 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5e1b352  gnu: emacs-xml-rpc: Update to 1.0.5.
5e1b352 is described below

commit 5e1b3520ed019703ac5d827472c2cfc8e645cdaf
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Dec 21 00:14:42 2021 +0100

    gnu: emacs-xml-rpc: Update to 1.0.5.
    
    * gnu/packages/emacs-xyz.scm (emacs-xml-rpc): Update to 1.0.5.
---
 gnu/packages/emacs-xyz.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 21fad21..507d4c4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]