[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
- branch master updated (aad6596 -> bf187d9), guix-commits, 2019/07/07
- 02/25: build: Remove outdated 'release.nix'., guix-commits, 2019/07/07
- 05/25: gnu: emacs-skewer-mode: Update to 1.8.0., guix-commits, 2019/07/07
- 03/25: gnu: emacs-git-timemachine: Update to 4.10., guix-commits, 2019/07/07
- 04/25: gnu: emacs-simple-httpd: Update to 1.5.1., guix-commits, 2019/07/07
- 06/25: gnu: emacs-company-restclient: Update to 0.3.0., guix-commits, 2019/07/07
- 01/25: build: Add 'doc/build.scm' to build on-line copies of the manual., guix-commits, 2019/07/07
- 11/25: gnu: emacs-md4rd: Update to 0.3.1., guix-commits, 2019/07/07
- 07/25: gnu: emacs-fish-completion: Don't use unstable tarball., guix-commits, 2019/07/07
- 09/25: gnu: emacs-restclient: Update to 0-2.422ee8d.,
guix-commits <=
- 08/25: gnu: emacs-disk-usage: Don't use unstable tarball., guix-commits, 2019/07/07
- 22/25: gnu: Add python-agate-sql., guix-commits, 2019/07/07
- 21/25: gnu: Add python-agate., guix-commits, 2019/07/07
- 24/25: gnu: Add python-agate-excel., guix-commits, 2019/07/07
- 15/25: gnu: Add emacs-moe-theme-el., guix-commits, 2019/07/07
- 12/25: gnu: Add emacs-lpy., guix-commits, 2019/07/07
- 17/25: gnu: Add python-pytimeparse., guix-commits, 2019/07/07
- 13/25: gnu: emacs-hydra: Update to 0.15.0., guix-commits, 2019/07/07
- 10/25: gnu: emacs-zoutline: Update to 0.2.0., guix-commits, 2019/07/07
- 18/25: gnu: Add python-crate., guix-commits, 2019/07/07