diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2025-12-23 11:33:30 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:17:32 +0100 |
| commit | 6554fce76b61c7b1487de7f97e1128970456e47e (patch) | |
| tree | 7629b0064ba4300e688de41efd445eeadf64aaf8 /gnu | |
| parent | e184429c156fc68dad558d1964ba16fe8872b180 (diff) | |
gnu: emacs-marginalia: Update to 2.6.
* gnu/packages/emacs-xyz.scm (emacs-marginalia): Update to 2.6.
Change-Id: I36059c54e8f175dd3f56de1cfb917a0a07fc2b90
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 7337c8d46d4..02970b3a4ed 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -15478,7 +15478,7 @@ expansion and overwriting the marked region with a new snippet completion.") (define-public emacs-marginalia (package (name "emacs-marginalia") - (version "2.5") + (version "2.6") (source (origin (method git-fetch) @@ -15487,7 +15487,7 @@ expansion and overwriting the marked region with a new snippet completion.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "064kc6p8zh6vbrcg06jilc7s2zc2kb8bddbqxr0mdypm8pwvymg4")))) + (base32 "0hgjzd14qwh2434c94al05vq49gxw1b7k52ww9033hcrvpspgr6h")))) (build-system emacs-build-system) (arguments (list |
