From 80f161eee9566f07dbf2335055e35b3be38a177a Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Wed, 29 Oct 2025 11:45:15 +0100 Subject: [PATCH] gnu: emacs-casual: Update to 2.9.2. * gnu/packages/emacs-xyz.scm (emacs-casual): Update to 2.9.2. Change-Id: I4fbac791773bb9ac301c3dd18777efa9da724e38 --- gnu/packages/emacs-xyz.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 9f74e585bd144e8b569a1fc6c23e62906f8c2e58..1e0500efdd1cb6aaaef42e5975e28ac47f0f7705 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -37536,7 +37536,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.9.1") + (version "2.9.2") (source (origin (method git-fetch) @@ -37545,7 +37545,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 "18j89l5ivrv1aki4kyc9ww2gm5h5wzx79c2f84k7v9hxvh46d9n8")))) + (base32 "08rsb4nwnjpz4xrqvhjap2p4frgmf69lbh0k5lvk0bndkpr8pczs")))) (build-system emacs-build-system) (arguments (list @@ -37554,7 +37554,7 @@ all of your projects, then override or add variables on a per-project basis.") (add-after 'unpack 'build-info-manual (lambda _ ;; FIXME: Re-generating documentation is not possible at the - ;; moment (release 2.9.1) because the "casual" Texinfo class is + ;; moment (release 2.9.2) because the "casual" Texinfo class is ;; missing from the repository, and this prevents Org from ;; exporting properly the "casual.org" file to Texinfo. ;;