mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: emacs-erc-hl-nicks: Update to 1.3.4.
* gnu/packages/emacs-xyz.scm (emacs-erc-hl-nicks): Update to 1.3.4. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
This commit is contained in:
parent
cffb787cbb
commit
8e969204d5
1 changed files with 2 additions and 2 deletions
|
@ -11958,7 +11958,7 @@ (define-public emacs-gitpatch
|
||||||
(define-public emacs-erc-hl-nicks
|
(define-public emacs-erc-hl-nicks
|
||||||
(package
|
(package
|
||||||
(name "emacs-erc-hl-nicks")
|
(name "emacs-erc-hl-nicks")
|
||||||
(version "1.3.3")
|
(version "1.3.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -11967,7 +11967,7 @@ (define-public emacs-erc-hl-nicks
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0c82rxpl5v7bbxirf1ksg06xv5xcddh8nkrpj7i6nvfarwdfnk4f"))))
|
(base32 "0k57scxa8rm859fqsm8srhps7rlq06jzazhjbwnadzrh8i5fyvra"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(synopsis "Nickname highlighting for Emacs ERC")
|
(synopsis "Nickname highlighting for Emacs ERC")
|
||||||
(description "@code{erc-hl-nicks} highlights nicknames in ERC, an IRC
|
(description "@code{erc-hl-nicks} highlights nicknames in ERC, an IRC
|
||||||
|
|
Loading…
Reference in a new issue