summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Pykhalov <go.wigust@gmail.com>2019-05-13 02:31:08 +0300
committerOleg Pykhalov <go.wigust@gmail.com>2019-05-13 02:31:08 +0300
commit19bdb651ea32163cec00e0d7dd573ee2583d869d (patch)
tree8e7f925334c4bdab70cc15c8d8a39a809216da2d
parentwigust: emacs-athena: Disable 'emacs-xterm-mouse-support.patch'. (diff)
downloadguix-wigust-19bdb651ea32163cec00e0d7dd573ee2583d869d.tar.gz
gnu: emacs-terminal-here-checkout: Update to 1.0-1.c4792c8.
* wigust/packages/emacs.scm (emacs-terminal-here-checkout): Update to 1.0-1.c4792c8.
-rw-r--r--wigust/packages/emacs.scm9
1 files changed, 6 insertions, 3 deletions
diff --git a/wigust/packages/emacs.scm b/wigust/packages/emacs.scm
index 3424344..73319e3 100644
--- a/wigust/packages/emacs.scm
+++ b/wigust/packages/emacs.scm
@@ -1358,7 +1358,7 @@ capturing user input and paste it with @kbd{C-v} after exit.")
(license license:gpl3+))))
(define-public emacs-terminal-here-checkout
- (let ((commit "c35e7471a33df0e1d37522dc7aad42df9efc40c6"))
+ (let ((commit "c4792c8486b190a812ed2ef8492922d185282f54"))
(package
(inherit emacs-terminal-here)
(name "emacs-terminal-here-checkout")
@@ -1367,12 +1367,15 @@ capturing user input and paste it with @kbd{C-v} after exit.")
(origin
(method git-fetch)
(uri (git-reference
- (url "https://gitlab.com/wigust/emacs-terminal-here")
+ (url "https://gitlab.wugi.info/emacs/emacs-terminal-here.git")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
- "0m0lydyz80kmd80ibhkjjxdkpf0a62xm3rg5n63yncyjplvi11b9")))))))
+ "0v49pyy0v5hqyvd7aswkslldxfmrhwf5g04hlnxb8d8zspah1jz5"))))
+ (propagated-inputs
+ `(("emacs-s" ,emacs-s)
+ ,@(package-propagated-inputs emacs-terminal-here))))))
(define-public emacs-hydra-timestamp
(let ((commit "49b029193be57eafe542247e42b28a86fd34cdab"))