diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-03-09 19:48:45 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-03-09 19:48:45 +0100 |
| commit | d77d2cde684f3806f7eb19eaadfb2664dc487e36 (patch) | |
| tree | 08d555d7275a5b477518321f847ecbe6796321e8 /gnu | |
| parent | 235c401266f9cf69094a244bbedc4c9b3ac6f2c1 (diff) | |
gnu: emacs-marginalia: Update to 2.10.
* gnu/packages/emacs-xyz.scm (emacs-marginalia): Update to 2.10.
Change-Id: Ie615fea5fd926b1a7ff974485a9ecaf069b9af05
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 b1305ae1358..052ba08aa4f 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -15693,7 +15693,7 @@ expansion and overwriting the marked region with a new snippet completion.") (define-public emacs-marginalia (package (name "emacs-marginalia") - (version "2.9") + (version "2.10") (source (origin (method git-fetch) @@ -15702,7 +15702,7 @@ expansion and overwriting the marked region with a new snippet completion.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0l77djsjamfnn8064gb2z9m3wxcyxcfnfyk5sjm8w82hqd73410f")))) + (base32 "12gz095kmlj5xvx6709jl388x16724hivnncan9s52yf8rfjnlbm")))) (build-system emacs-build-system) (arguments (list |
