guix-commits
[Top][All Lists]
Advanced

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

06/25: gnu: emacs-company-restclient: Update to 0.3.0.


From: guix-commits
Subject: 06/25: gnu: emacs-company-restclient: Update to 0.3.0.
Date: Sun, 7 Jul 2019 09:49:43 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 846d83482fe28ddcd3521260c0c0ce6274854c28
Author: Brian Leung <address@hidden>
Date:   Wed Jun 26 02:07:55 2019 +0200

    gnu: emacs-company-restclient: Update to 0.3.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-company-restclient): Update to 0.3.0.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 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 ab90590..7dd31c0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12554,7 +12554,7 @@ the current upstream.")
 (define-public emacs-company-restclient
   (package
     (name "emacs-company-restclient")
-    (version "0.1.0")
+    (version "0.3.0")
     (source
      (origin
        (method git-fetch)
@@ -12563,7 +12563,7 @@ the current upstream.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0i1fh5lvqwlgn3g3fzh0xacxyljx6gkryipn133vfkv4jbns51n4"))))
+        (base32 "0yp0hlrgcr6yy1xkjvfckys2k24x9xg7y6336ma61bdwn5lpv0x0"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-company" ,emacs-company)



reply via email to

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