guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-websocket: Update to 1.13.


From: guix-commits
Subject: branch master updated: gnu: emacs-websocket: Update to 1.13.
Date: Sun, 10 Jan 2021 05:58:43 -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 3dd93fc  gnu: emacs-websocket: Update to 1.13.
3dd93fc is described below

commit 3dd93fcac400902b155ed71efba9b37517617c8c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jan 10 11:58:29 2021 +0100

    gnu: emacs-websocket: Update to 1.13.
    
    * gnu/packages/emacs-xyz.scm (emacs-websocket): Update to 1.13.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 4731ee8..19e903b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13511,14 +13511,14 @@ database of references on life sciences.")
 (define-public emacs-websocket
   (package
     (name "emacs-websocket")
-    (version "1.12")
+    (version "1.13")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "websocket-" version ".tar"))
        (sha256
-        (base32 "0ap4z80c6pzpb69wrx0hsvwzignxmd2b9xy974by9gf5xm2wpa8w"))))
+        (base32 "0jnarx53csmx5fivzp5vhvvj3m8s03zwc6hjl0spz5zb6icqclsa"))))
     (build-system emacs-build-system)
     (home-page "https://elpa.gnu.org/packages/websocket.html";)
     (synopsis "Emacs WebSocket client and server")



reply via email to

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