mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: emacs-keycast: Update to 1.3.2.
* gnu/packages/emacs-xyz.scm (emacs-keycast): Update to 1.3.2.
This commit is contained in:
parent
8243f4aec1
commit
6277c7574b
1 changed files with 2 additions and 2 deletions
|
@ -5371,7 +5371,7 @@ (define-public emacs-kbd
|
|||
(define-public emacs-keycast
|
||||
(package
|
||||
(name "emacs-keycast")
|
||||
(version "1.3.0")
|
||||
(version "1.3.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -5380,7 +5380,7 @@ (define-public emacs-keycast
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1hri91g6c0507vaisx3c0xr52xwy82j3vqk0irf30mcrv1j9a5hd"))))
|
||||
(base32 "0nqx53a1hjgibqrmkdic6syqb2fb5fkna0k5dbbg6igb5k775c8r"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-compat))
|
||||
|
|
Loading…
Reference in a new issue