guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: emacs-websocket: Update to 1.14.


From: guix-commits
Subject: 06/07: gnu: emacs-websocket: Update to 1.14.
Date: Fri, 3 Feb 2023 17:49:03 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit bbecb8374dfb547a95da46fb7167e92170ee6bb8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Feb 3 23:41:23 2023 +0100

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