gnu: emacs-typit: Update to 0.2.1-2.fa125bf.
* gnu/packages/emacs-xyz.scm (emacs-typit): Update to 0.2.1-2.fa125bf. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>master
parent
143d21fa95
commit
4c4cf3d692
|
@ -1201,8 +1201,8 @@ handful of functions that are not resource-specific.")
|
||||||
|
|
||||||
(define-public emacs-typit
|
(define-public emacs-typit
|
||||||
;; Last release is from 2017.
|
;; Last release is from 2017.
|
||||||
(let ((commit "231cb7df43253b84323520b8ed70f128d37003af")
|
(let ((commit "fa125bf43757737fbcf91958b76c38b440d54b4c")
|
||||||
(revision "1"))
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-typit")
|
(name "emacs-typit")
|
||||||
(version (git-version "0.2.1" revision commit))
|
(version (git-version "0.2.1" revision commit))
|
||||||
|
@ -1214,7 +1214,7 @@ handful of functions that are not resource-specific.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1savrxs7xl92ifyxpxkkzv2didr7lb405h0dwz1bs1wldr5fb53f"))))
|
(base32 "1l0qb8gjgsmjjdvxlma7g6fn2z6rj246p2kczrikq8ajg1xh61sr"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:include (cons "^dict/" %default-include)))
|
'(#:include (cons "^dict/" %default-include)))
|
||||||
|
|
Reference in New Issue