diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2026-01-31 15:03:58 +0100 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2026-02-01 01:57:37 +0100 |
| commit | 15bfb63a2dfba8c32ede9d9bbf559f8d110bdc01 (patch) | |
| tree | 8db0193a877ddc76362f13df6beaa78c4bd0ffb5 /gnu | |
| parent | 17d7818fc5307faf48cbb102a783c0e9e59a0081 (diff) | |
gnu: emacs-casual: Update to 2.13.1.
* gnu/packages/emacs-xyz.scm (emacs-casual): Update to 2.13.1.
Change-Id: Ic040098c0d8c51caebe11fabb6208ce308a3c609
Diffstat (limited to 'gnu')
| -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 83b52c7f220..8441449e4ea 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. ;; |
