diff options
| author | Oleg Pykhalov <go.wigust@gmail.com> | 2017-10-16 15:18:49 +0300 |
|---|---|---|
| committer | Oleg Pykhalov <go.wigust@gmail.com> | 2017-10-16 15:18:49 +0300 |
| commit | 3c81335bf9b92eb840ba8fedc86a754837baaffa (patch) | |
| tree | 76eb5e49e049c3efcf603dff21ccd6a62b428bbe | |
| parent | wigust: Add emacs-ido-vertical-mode. (diff) | |
| download | guix-wigust-3c81335bf9b92eb840ba8fedc86a754837baaffa.tar.gz | |
wigust: Update emacs-checkout to 16e8545.
* wigust/packages/emacs.scm (emacs-checkout): Update to 16e8545.
| -rw-r--r-- | wigust/packages/emacs.scm | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/wigust/packages/emacs.scm b/wigust/packages/emacs.scm index 2020795..98f7200 100644 --- a/wigust/packages/emacs.scm +++ b/wigust/packages/emacs.scm @@ -1159,12 +1159,11 @@ See the function `wordgen' for complete description. ("magit-popup" ,emacs-magit-popup))))) (define-public emacs-checkout - (let ((commit "61225964edbaa01e49a6e776af00502ab31767b5") - (revision "1")) + (let ((commit "16e85456e70174f1d97fc5a7cd8a199b8f0e7e70")) (package (inherit emacs) (name "emacs") - (version (string-append (package-version emacs) "-" revision "." + (version (string-append "26" "." (string-take commit 7))) (source (origin @@ -1196,7 +1195,7 @@ See the function `wordgen' for complete description. "/run/current-system/profile/bin" "/run/current-system/profile/sbin"))))) (sha256 - (base32 "1c6mhxw6ngmlcxy2rma6qji0qicdskz0p2fjmjrl5yyb3cczhx79")))) + (base32 "187qdrhv34gk487b871ldgxdhpb2p0cy09s28laq4cizdka2x2r2")))) (native-inputs `(("autoconf" ,autoconf) ("automake" ,automake) @@ -1209,8 +1208,8 @@ See the function `wordgen' for complete description. (arguments (substitute-keyword-arguments `(#:parallel-build? #t - #:tests? #f - ,@(package-arguments emacs)) + #:tests? #f + ,@(package-arguments emacs)) ((#:phases phases) `(modify-phases ,phases (add-after 'unpack 'autogen |
