guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 15bfb63a2dfba8c32ede9d9bbf559f8d110bdc01
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Jan 31 15:03:58 2026 +0100
gnu: emacs-casual: Update to 2.13.1.
* gnu/packages/emacs-xyz.scm (emacs-casual): Update to 2.13.1.
Change-Id: Ic040098c0d8c51caebe11fabb6208ce308a3c609
---
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 83b52c7f22..8441449e4e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -38699,7 +38699,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.11.2")
+ (version "2.13.1")
(source
(origin
(method git-fetch)
@@ -38708,7 +38708,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 "10hdhpgsxhvyi6ybcvlfhwm88q34sgsb43jvgg7m4jm98n1nvima"))))
+ (base32 "1qgrraffmgxhcqdsi1x4xy0byp758khk69xyr68cllap5xnmdhgc"))))
(build-system emacs-build-system)
(arguments
(list
@@ -38717,7 +38717,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.11.2) because the "casual" Texinfo class is
+ ;; moment (release 2.13.1) because the "casual" Texinfo class is
;; missing from the repository, and this prevents Org from
;; exporting properly the "casual.org" file to Texinfo.
;;