diff options
| author | Oleg Pykhalov <go.wigust@gmail.com> | 2017-10-01 20:55:14 +0300 |
|---|---|---|
| committer | Oleg Pykhalov <go.wigust@gmail.com> | 2017-10-01 20:55:14 +0300 |
| commit | 1490f001f85dae208d59d4b2f6c2a80b178f0cbf (patch) | |
| tree | 1fa440659905a40d431b70e9eb3e12c59c43f0ce | |
| parent | wigust: emacs: Add define-my-packages macro. (diff) | |
| download | guix-wigust-1490f001f85dae208d59d4b2f6c2a80b178f0cbf.tar.gz | |
wigust: Update emacs-checkout to 25.3-1.6122596.
* wigust/packages/emacs.scm (emacs-checkout): Update to 25.3-1.6122596.
| -rw-r--r-- | wigust/packages/emacs.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wigust/packages/emacs.scm b/wigust/packages/emacs.scm index 5519d50..de6c13b 100644 --- a/wigust/packages/emacs.scm +++ b/wigust/packages/emacs.scm @@ -1180,7 +1180,7 @@ See the function `wordgen' for complete description. ("magit-popup" ,emacs-magit-popup))))) (define-public emacs-checkout - (let ((commit "6d6dc246f93486fc8370399b6e1af8a17f371e4f") + (let ((commit "61225964edbaa01e49a6e776af00502ab31767b5") (revision "1")) (package (inherit emacs) @@ -1217,7 +1217,7 @@ See the function `wordgen' for complete description. "/run/current-system/profile/bin" "/run/current-system/profile/sbin"))))) (sha256 - (base32 "17x0jpyg6wrdh5wn9yf1135gkdcprbcx1hj2wiwla57dh7rihils")))) + (base32 "1c6mhxw6ngmlcxy2rma6qji0qicdskz0p2fjmjrl5yyb3cczhx79")))) (native-inputs `(("autoconf" ,autoconf) ("automake" ,automake) |
