guix_mirror_bot pushed a commit to branch master
in repository guix.
commit a1323c3c3ec0f1fc5942d070b8d0630802b8b191
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Oct 10 09:43:45 2025 +0200
gnu: emacs-casual: Update to 2.9.1.
* gnu/packages/emacs-xyz.scm (emacs-casual): Update to 2.9.1.
Change-Id: I3bc045e3cdf8d60bdddf8a5d3c5c9f3366f84aa7
---
gnu/packages/emacs-xyz.scm | 19 ++++++++++++-------
1 file changed, 12 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 43a7bd9706..029f368e59 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -37428,7 +37428,7 @@ all of your projects, then override or add variables on
a per-project basis.")
(define-public emacs-casual
(package
(name "emacs-casual")
- (version "2.7.0")
+ (version "2.9.1")
(source
(origin
(method git-fetch)
@@ -37437,7 +37437,7 @@ all of your projects, then override or add variables on
a per-project basis.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1jf12j92h88a624lg9vg82xf3djij3xkac9ycj5vavkypb6jnih2"))))
+ (base32 "18j89l5ivrv1aki4kyc9ww2gm5h5wzx79c2f84k7v9hxvh46d9n8"))))
(build-system emacs-build-system)
(arguments
(list
@@ -37445,11 +37445,16 @@ all of your projects, then override or add variables
on a per-project basis.")
#~(modify-phases %standard-phases
(add-after 'unpack 'build-info-manual
(lambda _
- (invoke "emacs"
- "--batch"
- "--eval=(require 'ox-texinfo)"
- "--eval=(find-file \"../docs/casual.org\")"
- "--eval=(org-texinfo-export-to-info)")
+ ;; FIXME: Re-generating documentation is not possible at the
+ ;; moment (release 2.9.1) because the "casual" Texinfo class is
+ ;; missing from the repository, and this prevents Org from
+ ;; exporting properly the "casual.org" file to Texinfo.
+ ;;
+ ;; (invoke "emacs"
+ ;; "--batch"
+ ;; "--eval=(require 'ox-texinfo)"
+ ;; "--eval=(find-file \"../docs/casual.org\")"
+ ;; "--eval=(org-texinfo-export-to-info)")
(rename-file "../docs/casual.info" "casual.info")))
;; FIXME: Remove when included in pr upstream. See: #261.
(add-after 'unpack 'patch-casual-lib-dir