guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: emacs-websocket: Update to 1.10.


From: Ricardo Wurmus
Subject: 01/01: gnu: emacs-websocket: Update to 1.10.
Date: Fri, 27 Apr 2018 07:33:06 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit a6334e6e8dc55ba49d0c151fc4b893e59bbdbe56
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Apr 27 13:32:40 2018 +0200

    gnu: emacs-websocket: Update to 1.10.
    
    * gnu/packages/emacs.scm (emacs-websocket): Update to 1.10.
    [source]: Fetch from git.
---
 gnu/packages/emacs.scm | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 1775c62..8112ec9 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -6876,15 +6876,17 @@ well as Github-style emojis like @code{:smile:}.  It 
provides a minor mode
 (define-public emacs-websocket
   (package
     (name "emacs-websocket")
-    (version "1.8")
+    (version "1.10")
     (source
      (origin
-       (method url-fetch)
-       (uri (string-append "https://elpa.gnu.org/packages/websocket-";
-                           version ".tar"))
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/ahyatt/emacs-websocket.git";)
+             (commit version)))
+       (file-name (string-append name "-" version "-checkout"))
        (sha256
         (base32
-         "0dcxmnnm8z7cvsc7nkb822a1g6w03klp7cijjnfq0pz84p3w9cd9"))))
+         "1dgrf7na6r6mmkknphzshlbd5fnzisg0qn0j7vfpa38wgsymaq52"))))
     (build-system emacs-build-system)
     (home-page "http://elpa.gnu.org/packages/websocket.html";)
     (synopsis "Emacs WebSocket client and server")



reply via email to

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