diff options
| author | Oleg Pykhalov <go.wigust@gmail.com> | 2018-04-13 21:49:48 +0300 |
|---|---|---|
| committer | Oleg Pykhalov <go.wigust@gmail.com> | 2018-04-13 21:49:48 +0300 |
| commit | 9118765f062e47cd3186ed61b995eb40c461c351 (patch) | |
| tree | 06bb861866097a3f2d01ad31b53e3eab82f23911 /local | |
| parent | local: emacs-guix-local-checkout: Update. (diff) | |
| download | guix-local-9118765f062e47cd3186ed61b995eb40c461c351.tar.gz | |
local: emacs-guix-checkout: Update to 0.3.4-1.2b37bf2.
* local/packages/emacs.scm (emacs-guix-local-checkout): Update to
0.3.4-1.2b37bf2.
Diffstat (limited to 'local')
| -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 b7defe0..e95e76e 100644 --- a/local/packages/emacs.scm +++ b/local/packages/emacs.scm @@ -74,7 +74,7 @@ capturing user input and paste it with @kbd{C-v} after exit.") (license license:gpl3+)))) (define-public emacs-guix-local-checkout - (let ((commit "c6f21c71e48efb1362bc063dd10020e2e6fda5b9") + (let ((commit "2b37bf20e52acf8d3f7f2960748f1c2649da3b95") (revision "1")) (package (inherit emacs-guix) @@ -89,7 +89,7 @@ capturing user input and paste it with @kbd{C-v} after exit.") (file-name (git-file-name name version)) (sha256 (base32 - "0pp4jsfby08g0xlsn40a44lsk2vk232g9zjx6zv11rsgrlvrzvq3")))) + "13fjk4rhiidss47csaj68x19jms0gga92g4b915glw7yc80pb3h5")))) (arguments `(#:phases (modify-phases %standard-phases |
