diff options
author | Giacomo Leidi <goodoldpaul@autistici.org> | 2024-03-20 00:26:57 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2024-03-20 14:52:34 +0000 |
commit | 69951a61a1d8f1f2135ea2dc836738be282b97bc (patch) | |
tree | bd806d27106704df5857a4268e0f366073151fda | |
parent | 9b611cd175039318c2caa0dbe9bf783aac1285d1 (diff) | |
download | guix-69951a61a1d8f1f2135ea2dc836738be282b97bc.tar.gz guix-69951a61a1d8f1f2135ea2dc836738be282b97bc.zip |
gnu: emacs-extempore-mode: Update to 0.0.0-1.92e0fff.
* gnu/packages/emacs-xyz.scm (emacs-extempore-mode): Update to to 0.0.0-1.92e0fff.
Change-Id: I1e4cfebedf5450384e40425619925ecdf7465a64
Signed-off-by: Christopher Baines <mail@cbaines.net>
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 9738f15b55..eadc8eeb67 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -5875,8 +5875,8 @@ code written in the D programming language.") (define-public emacs-extempore-mode ;; Use the latest commit at time of packaging. There are no releases or tags. - (let ((commit "09518ae6650d7be33a4633a4c0f31b7130d04c6e") - (revision "1")) + (let ((commit "92e0fff482a0a4dc2971c39581c5ea9e84ae5e1c") + (revision "2")) (package (name "emacs-extempore-mode") (version (git-version "0.0.0" revision commit)) @@ -5888,7 +5888,7 @@ code written in the D programming language.") (commit commit))) (file-name (git-file-name name version)) (sha256 - (base32 "0hfza9lzdsz94gxhmzyp9fwviscv19rmnjgd0q613faayn11sjsp")))) + (base32 "1chxl2x9wjblhfknx7aa8pgqppc60917n437bxapx4hp3275x16q")))) (build-system emacs-build-system) (home-page "https://github.com/extemporelang/extempore-emacs-mode") (synopsis "Emacs major mode for Extempore source files") |