guix-commits
[Top][All Lists]
Advanced

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

09/25: gnu: emacs-restclient: Update to 0-2.422ee8d.


From: guix-commits
Subject: 09/25: gnu: emacs-restclient: Update to 0-2.422ee8d.
Date: Sun, 7 Jul 2019 09:49:44 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 9f6dca4de3fb6f52e0e82376a347b63722df993c
Author: Brian Leung <address@hidden>
Date:   Wed Jun 26 21:27:21 2019 +0200

    gnu: emacs-restclient: Update to 0-2.422ee8d.
    
    * gnu/packages/emacs-xyz.scm (emacs-restclient): Update to 0-2.422ee8d.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/emacs-xyz.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1f32ee2..592023d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8323,13 +8323,13 @@ highlighting.")
     (license license:gpl3+)))
 
 (define-public emacs-restclient
-  (let ((commit "07a3888bb36d0e29608142ebe743b4362b800f40")
-        (revision "1"))                 ;Guix package revision,
+  (let ((commit "422ee8d8b077dffe65706a0f027ed700b84746bc")
+        (version "0")
+        (revision "2"))                 ;Guix package revision,
                                         ;upstream doesn't have official 
releases
     (package
       (name "emacs-restclient")
-      (version (string-append revision "."
-                              (string-take commit 7)))
+      (version (git-version version revision commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -8337,7 +8337,7 @@ highlighting.")
                       (commit commit)))
                 (sha256
                  (base32
-                  "00lmjhb5im1kgrp54yipf1h9pshxzgjlg71yf2rq5n973gvb0w0q"))
+                  "067nin7vxkdpffxa0q61ybv7szihhvpdinivmci9qkbb86rs9kkz"))
                 (file-name (git-file-name name version))))
       (build-system emacs-build-system)
       (propagated-inputs



reply via email to

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