mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-diminish: Update to 0.46-1.fd486ef.
* gnu/packages/emacs-xyz.scm (emacs-diminish): Update to 0.46-1.fd486ef. [license]: Change from gpl2+ to gpl3+. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
868df4f36f
commit
8473a9f3b4
1 changed files with 19 additions and 17 deletions
|
@ -13412,24 +13412,26 @@ the hunks and revert them selectively.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-diminish
|
(define-public emacs-diminish
|
||||||
(package
|
(let ((commit "fd486ef76e4c1d8211ae337a43b8bba106d4bca7")
|
||||||
(name "emacs-diminish")
|
(revision "1"))
|
||||||
(version "0.45")
|
(package
|
||||||
(source
|
(name "emacs-diminish")
|
||||||
(origin
|
(version (git-version "0.46" revision commit))
|
||||||
(method git-fetch)
|
(source
|
||||||
(uri (git-reference
|
(origin
|
||||||
(url "https://github.com/myrjola/diminish.el")
|
(method git-fetch)
|
||||||
(commit (string-append "v" version))))
|
(uri (git-reference
|
||||||
(file-name (git-file-name name version))
|
(url "https://github.com/myrjola/diminish.el")
|
||||||
(sha256
|
(commit commit)))
|
||||||
(base32 "0qpgfgp8hrzz4vdifxq8h25n0a0jlzgf7aa1fpy6r0080v5rqbb6"))))
|
(file-name (git-file-name name version))
|
||||||
(build-system emacs-build-system)
|
(sha256
|
||||||
(home-page "https://github.com/myrjola/diminish.el")
|
(base32 "1vlgn7swwfzy6yr880698h3qsmfcqprcb1jvffkzmbvhvf458szf"))))
|
||||||
(synopsis "Diminish minor modes with no modeline display")
|
(build-system emacs-build-system)
|
||||||
(description "@code{emacs-diminish} implements hiding or
|
(home-page "https://github.com/myrjola/diminish.el")
|
||||||
|
(synopsis "Diminish minor modes with no modeline display")
|
||||||
|
(description "@code{emacs-diminish} implements hiding or
|
||||||
abbreviation of the mode line displays (lighters) of minor modes.")
|
abbreviation of the mode line displays (lighters) of minor modes.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-use-package
|
(define-public emacs-use-package
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue