mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: emacs-boon: Update to 1.3.
* gnu/packages/emacs-xyz.scm (emacs-boon): Update to 1.3. Change-Id: I0c62dc2539d460ed6ca387d4c00e3640d65b72c0
This commit is contained in:
parent
8ec813f7b2
commit
85637f78c4
1 changed files with 2 additions and 2 deletions
|
@ -18770,7 +18770,7 @@ (define-public emacs-cal-china-x
|
|||
(define-public emacs-boon
|
||||
(package
|
||||
(name "emacs-boon")
|
||||
(version "1.2")
|
||||
(version "1.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -18779,7 +18779,7 @@ (define-public emacs-boon
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "18il2licf8pgfcrpx2bk55gpf8f537kb9cxqz83jldkhiyry74il"))))
|
||||
(base32 "0jmmxav45sbch9prdxipd04rdmyh5ca1r9lpdlj61b5c4vlm4282"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-dash emacs-expand-region emacs-multiple-cursors
|
||||
|
|
Loading…
Reference in a new issue