diff options
| author | Oleg Pykhalov <go.wigust@gmail.com> | 2018-03-27 17:57:51 +0300 |
|---|---|---|
| committer | Oleg Pykhalov <go.wigust@gmail.com> | 2018-03-27 17:57:51 +0300 |
| commit | 075c898b59d152268ea043089281ed4958839aaf (patch) | |
| tree | 6c4fc70b789eba8215112dcd4bf0bd1c5b8d2d26 | |
| parent | local: emacs-guix-checkout: Update to 0.3.4-1.1d0d3dd. (diff) | |
| download | guix-local-075c898b59d152268ea043089281ed4958839aaf.tar.gz | |
local: emacs-terminal-here-checkout: Update to 1.0-1.918b389.
* local/packages/emacs.scm (emacs-terminal-here-checkout): Update to
1.0-1.918b389.
| -rw-r--r-- | local/packages/emacs.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/local/packages/emacs.scm b/local/packages/emacs.scm index 562b662..5b1242e 100644 --- a/local/packages/emacs.scm +++ b/local/packages/emacs.scm @@ -105,7 +105,7 @@ capturing user input and paste it with @kbd{C-v} after exit.") ("texinfo" ,texinfo)))))) (define-public emacs-terminal-here-checkout - (let ((commit "d663f9e7663105cc6ee3065f4891f5548ef9029b")) + (let ((commit "918b3894baaa475e30d86b389ddca73a5ea58638")) (package (inherit emacs-terminal-here) (name "emacs-terminal-here-checkout") @@ -119,4 +119,4 @@ capturing user input and paste it with @kbd{C-v} after exit.") (file-name (git-file-name name version)) (sha256 (base32 - "0gjh7gkxpcwdb8lvx7w40lxprhay4r1li48k84a4jwgpkwwx0651"))))))) + "1i6b7gma6zqyj2hmqwvw8khq0fbf52qjypv269rrs10hg0zzk81h"))))))) |
