diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-01-21 10:15:47 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:25:36 +0100 |
| commit | 2ed7a414c55af286e3f3981000ec3e1b04450c80 (patch) | |
| tree | 8549eac2e9133871f4db260bdaf03443573f5d01 /gnu | |
| parent | faeb7870ed4b2f5b06cb40be257cfd1d107a90de (diff) | |
gnu: emacs-marginalia: Update to 2.8.
* gnu/packages/emacs-xyz.scm (emacs-marginalia): Update to 2.8.
Change-Id: Ie859dc674db00c71dff8c41c77a9c7e36f3c8e0a
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 2e86bee76c3..409c4d25546 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -15479,7 +15479,7 @@ expansion and overwriting the marked region with a new snippet completion.") (define-public emacs-marginalia (package (name "emacs-marginalia") - (version "2.6") + (version "2.8") (source (origin (method git-fetch) @@ -15488,7 +15488,7 @@ expansion and overwriting the marked region with a new snippet completion.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0hgjzd14qwh2434c94al05vq49gxw1b7k52ww9033hcrvpspgr6h")))) + (base32 "0fni7zs7az5ljpvd7ianbd26h9qwwsmmwwsc0b6l6ahy94sbza6p")))) (build-system emacs-build-system) (arguments (list |
