mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: emacs-marginalia: Update to 2.8.
* gnu/packages/emacs-xyz.scm (emacs-marginalia): Update to 2.8. Change-Id: Ie859dc674db00c71dff8c41c77a9c7e36f3c8e0a
This commit is contained in:
parent
cbd19b8038
commit
2d885c7423
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue