mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: emacs-keycast: Update to 1.4.0.
* gnu/packages/emacs-xyz.scm (emacs-keycast): Update to 1.4.0. Change-Id: I12496fdd806b5f67aea5c7ef7b5600e7f8dd4e46
This commit is contained in:
parent
fcfc4469e3
commit
6f4e14817a
1 changed files with 2 additions and 2 deletions
|
@ -6168,7 +6168,7 @@ (define-public emacs-kbd
|
|||
(define-public emacs-keycast
|
||||
(package
|
||||
(name "emacs-keycast")
|
||||
(version "1.3.3")
|
||||
(version "1.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -6177,7 +6177,7 @@ (define-public emacs-keycast
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0hwmjy90ngnbvhxiyf4l3lb7212i5bsqdz73qnfg1iwa7vgkv1q7"))))
|
||||
(base32 "0ibg746xvy96rmzbh4bsgg2ifmrab6w0figz3ag3wyibcg2frdml"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-compat))
|
||||
|
|
Loading…
Reference in a new issue