mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: emacs-tokei: Update to 0.2.1.
* gnu/packages/emacs-xyz.scm (emacs-tokei): Update to 0.2.1. [propagated-inputs]: Add emacs-cond-let. Change-Id: I71a5ec1342717259826c4dc9f0727f6de51728af
This commit is contained in:
parent
3e383e77b8
commit
734015244c
1 changed files with 3 additions and 3 deletions
|
|
@ -33188,7 +33188,7 @@ and comments")
|
|||
(define-public emacs-tokei
|
||||
(package
|
||||
(name "emacs-tokei")
|
||||
(version "0.2")
|
||||
(version "0.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -33198,7 +33198,7 @@ and comments")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0gcjlcfxd4bg123gjf7d0vfvfd6zpd0da8svynglca1qhp77jkx1"))))
|
||||
"0x9ayvd8fvgnyp2zgck3dnhs2ib3lrcwbgcdypzq6mhzfs1a2651"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
@ -33214,7 +33214,7 @@ and comments")
|
|||
("tokei-program"
|
||||
(search-input-file inputs "/bin/tokei"))))))))
|
||||
(inputs (list tokei))
|
||||
(propagated-inputs (list emacs-magit))
|
||||
(propagated-inputs (list emacs-cond-let emacs-magit))
|
||||
(home-page "https://github.com/nagy/tokei.el")
|
||||
(synopsis "Display codebase statistics in Emacs")
|
||||
(description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue