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.1.


From: guix-commits
Subject: branch master updated: gnu: emacs-websocket: Update to 1.13.1.
Date: Wed, 13 Jan 2021 09:51:20 -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 fb65185  gnu: emacs-websocket: Update to 1.13.1.
fb65185 is described below

commit fb651853795f6d75d483f515e153a67f3bfe4eef
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Jan 13 15:51:02 2021 +0100

    gnu: emacs-websocket: Update to 1.13.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-websocket): Update to 1.13.1.
---
 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 b6dd9b8..1222e59 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13593,14 +13593,14 @@ database of references on life sciences.")
 (define-public emacs-websocket
   (package
     (name "emacs-websocket")
-    (version "1.13")
+    (version "1.13.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "websocket-" version ".tar"))
        (sha256
-        (base32 "0jnarx53csmx5fivzp5vhvvj3m8s03zwc6hjl0spz5zb6icqclsa"))))
+        (base32 "1x664zswas0fpml7zaj59zy97avrm49zb80zd69rlkqzz1m45psc"))))
     (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]