Archived
1
0
Fork 0

gnu: emacs-typit: Update to 0.2.2.

* gnu/packages/emacs-xyz.scm (emacs-typit): Update to 0.2.2.
This commit is contained in:
Nicolas Goaziou 2022-01-08 17:25:05 +01:00
parent 206483fef5
commit e359b665e9
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1242,21 +1242,18 @@ handful of functions that are not resource-specific.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-typit (define-public emacs-typit
;; Last release is from 2017.
(let ((commit "fa125bf43757737fbcf91958b76c38b440d54b4c")
(revision "2"))
(package (package
(name "emacs-typit") (name "emacs-typit")
(version (git-version "0.2.1" revision commit)) (version "0.2.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/mrkkrp/typit") (url "https://github.com/mrkkrp/typit")
(commit commit))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1l0qb8gjgsmjjdvxlma7g6fn2z6rj246p2kczrikq8ajg1xh61sr")))) (base32 "15m4nfsig8w9hykqy9mzd014pqx4fj9yykiw273bwm384lf3dq6y"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
'(#:include (cons "^dict/" %default-include))) '(#:include (cons "^dict/" %default-include)))
@ -1267,7 +1264,7 @@ handful of functions that are not resource-specific.")
(description "Emacs Typit is a typing game for Emacs. Words that are (description "Emacs Typit is a typing game for Emacs. Words that are
picked randomly from the most frequent words in language you're practicing, picked randomly from the most frequent words in language you're practicing,
until time is up.") until time is up.")
(license license:gpl3+)))) (license license:gpl3+)))
(define-public emacs-scribble-mode (define-public emacs-scribble-mode
(let ((commit "217945d54de5e4bb207033f2116baa28f5c5ecf2") (let ((commit "217945d54de5e4bb207033f2116baa28f5c5ecf2")