mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: emacs-typit: Update to 0.3.0.
* gnu/packages/emacs-xyz.scm (emacs-typit): Update to 0.3.0.
This commit is contained in:
parent
ad5f1aa810
commit
0231871eb9
1 changed files with 2 additions and 2 deletions
|
@ -1478,7 +1478,7 @@ (define-public emacs-ghub
|
|||
(define-public emacs-typit
|
||||
(package
|
||||
(name "emacs-typit")
|
||||
(version "0.2.2")
|
||||
(version "0.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1487,7 +1487,7 @@ (define-public emacs-typit
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "15m4nfsig8w9hykqy9mzd014pqx4fj9yykiw273bwm384lf3dq6y"))))
|
||||
(base32 "0djxmni5mfc9wzm0zg7fsd7138ic5qznbmqd5jyrk4mpf0li8nhy"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
'(#:include (cons "^dict/" %default-include)))
|
||||
|
|
Loading…
Reference in a new issue