diff options
| author | Oleg Pykhalov <go.wigust@gmail.com> | 2017-09-21 14:34:03 +0300 |
|---|---|---|
| committer | Oleg Pykhalov <go.wigust@gmail.com> | 2017-09-21 14:34:03 +0300 |
| commit | c6308485c139a3956341589dc016ad0d08efbadc (patch) | |
| tree | 077840cc687fa80fc80f36716c6374c20fd41c3d | |
| parent | wigust: Add emacs-org-ref. (diff) | |
| download | guix-wigust-c6308485c139a3956341589dc016ad0d08efbadc.tar.gz | |
wigust: emacs-checkout: Update to 25.2-1.6d6dc24.
* wigust/packages/emacs.scm (emacs-checkout): Update to 25.2-1.6d6dc24.
| -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 fea588d..46ea75a 100644 --- a/wigust/packages/emacs.scm +++ b/wigust/packages/emacs.scm @@ -1240,7 +1240,7 @@ See the function `wordgen' for complete description. ("magit-popup" ,emacs-magit-popup))))) (define-public emacs-checkout - (let ((commit "767b3a7429d94d1565256565fda2060c95ca4f73") + (let ((commit "6d6dc246f93486fc8370399b6e1af8a17f371e4f") (revision "1")) (package (inherit emacs) @@ -1277,7 +1277,7 @@ See the function `wordgen' for complete description. "/run/current-system/profile/bin" "/run/current-system/profile/sbin"))))) (sha256 - (base32 "1kr046v62z1a6sbj6gcibdasbiahyq8zyszv2zzsdq2y8d7yq54g")))) + (base32 "17x0jpyg6wrdh5wn9yf1135gkdcprbcx1hj2wiwla57dh7rihils")))) (native-inputs `(("autoconf" ,autoconf) ("automake" ,automake) |
