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:
		
							parent
							
								
									206483fef5
								
							
						
					
					
						commit
						e359b665e9
					
				
					 1 changed files with 21 additions and 24 deletions
				
			
		| 
						 | 
					@ -1242,32 +1242,29 @@ 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.
 | 
					  (package
 | 
				
			||||||
  (let ((commit "fa125bf43757737fbcf91958b76c38b440d54b4c")
 | 
					    (name "emacs-typit")
 | 
				
			||||||
        (revision "2"))
 | 
					    (version "0.2.2")
 | 
				
			||||||
    (package
 | 
					    (source
 | 
				
			||||||
      (name "emacs-typit")
 | 
					     (origin
 | 
				
			||||||
      (version (git-version "0.2.1" revision commit))
 | 
					       (method git-fetch)
 | 
				
			||||||
      (source
 | 
					       (uri (git-reference
 | 
				
			||||||
       (origin
 | 
					             (url "https://github.com/mrkkrp/typit")
 | 
				
			||||||
         (method git-fetch)
 | 
					             (commit version)))
 | 
				
			||||||
         (uri (git-reference
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
               (url "https://github.com/mrkkrp/typit")
 | 
					       (sha256
 | 
				
			||||||
               (commit commit)))
 | 
					        (base32 "15m4nfsig8w9hykqy9mzd014pqx4fj9yykiw273bwm384lf3dq6y"))))
 | 
				
			||||||
         (file-name (git-file-name name version))
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
         (sha256
 | 
					    (arguments
 | 
				
			||||||
          (base32 "1l0qb8gjgsmjjdvxlma7g6fn2z6rj246p2kczrikq8ajg1xh61sr"))))
 | 
					     '(#:include (cons "^dict/" %default-include)))
 | 
				
			||||||
      (build-system emacs-build-system)
 | 
					    (propagated-inputs
 | 
				
			||||||
      (arguments
 | 
					     (list emacs-f emacs-mmt))
 | 
				
			||||||
        '(#:include (cons "^dict/" %default-include)))
 | 
					    (home-page "https://github.com/mrkkrp/typit")
 | 
				
			||||||
      (propagated-inputs
 | 
					    (synopsis "Typing game for Emacs with two difficulties")
 | 
				
			||||||
       (list emacs-f emacs-mmt))
 | 
					    (description "Emacs Typit is a typing game for Emacs.  Words that are
 | 
				
			||||||
      (home-page "https://github.com/mrkkrp/typit")
 | 
					 | 
				
			||||||
      (synopsis "Typing game for Emacs with two difficulties")
 | 
					 | 
				
			||||||
      (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")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue