guix_mirror_bot pushed a commit to branch master
in repository guix.

commit a542311f49ab5b5a1f2528e69b49ec3df06d7546
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Dec 5 16:23:44 2025 +0100

    gnu: emacs-casual: Update to 2.11.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-casual): Update to 2.11.2.
    [native-inputs]: Add emacs-csv-mode.
    
    Change-Id: I7cec78db32225a00dd29804644c843a6c699cec3
---
 gnu/packages/emacs-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 12f0ee6fbc..525869773b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -38191,7 +38191,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.2")
+    (version "2.11.2")
     (source
      (origin
        (method git-fetch)
@@ -38200,7 +38200,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 "08rsb4nwnjpz4xrqvhjap2p4frgmf69lbh0k5lvk0bndkpr8pczs"))))
+        (base32 "10hdhpgsxhvyi6ybcvlfhwm88q34sgsb43jvgg7m4jm98n1nvima"))))
     (build-system emacs-build-system)
     (arguments
      (list
@@ -38209,7 +38209,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.2) because the "casual" Texinfo class is
+              ;; moment (release 2.11.2) because the "casual" Texinfo class is
               ;; missing from the repository, and this prevents Org from
               ;; exporting properly the "casual.org" file to Texinfo.
               ;;
@@ -38235,7 +38235,7 @@ all of your projects, then override or add variables on 
a per-project basis.")
       #:test-command #~(list "make" "tests"
                              (string-append " CASUAL_LIB_DIR=" (getcwd)
                                             "/source"))))
-    (native-inputs (list texinfo))
+    (native-inputs (list emacs-csv-mode texinfo))
     ;; Casual relies on the latest stable release of `transient' which may
     ;; differ from the version that is preinstalled as a built-in.
     (propagated-inputs (list emacs-magit emacs-transient))

Reply via email to