guix_mirror_bot pushed a commit to branch next-master
in repository guix.
commit 5024b734238a4f7ea73560ef5cb3d398f562f977
Author: Cayetano Santos <[email protected]>
AuthorDate: Tue Dec 23 11:33:30 2025 +0100
gnu: emacs-marginalia: Update to 2.6.
* gnu/packages/emacs-xyz.scm (emacs-marginalia): Update to 2.6.
Change-Id: I36059c54e8f175dd3f56de1cfb917a0a07fc2b90
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2b149c166c..a5f3de21d6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15332,7 +15332,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)
@@ -15341,7 +15341,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