diff options
author | Michael Rohleder <mike@rohleder.de> | 2020-07-20 18:24:17 +0200 |
---|---|---|
committer | Oleg Pykhalov <go.wigust@gmail.com> | 2020-07-25 15:42:28 +0300 |
commit | 8e969204d5802fa9d9ff20e321384e112e82c463 (patch) | |
tree | 65273aeb48a83532003d95475cf6f63c542fd661 | |
parent | cffb787cbb04de6dbd967bce39674507c1d3f14e (diff) | |
download | guix-8e969204d5802fa9d9ff20e321384e112e82c463.tar.gz |
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>
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 0b8ce1c0e0..42dd35fd22 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -11958,7 +11958,7 @@ created by @code{git format-patch}, from @code{magit}, @code{dired} and (define-public emacs-erc-hl-nicks (package (name "emacs-erc-hl-nicks") - (version "1.3.3") + (version "1.3.4") (source (origin (method git-fetch) @@ -11967,7 +11967,7 @@ created by @code{git format-patch}, from @code{magit}, @code{dired} and (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0c82rxpl5v7bbxirf1ksg06xv5xcddh8nkrpj7i6nvfarwdfnk4f")))) + (base32 "0k57scxa8rm859fqsm8srhps7rlq06jzazhjbwnadzrh8i5fyvra")))) (build-system emacs-build-system) (synopsis "Nickname highlighting for Emacs ERC") (description "@code{erc-hl-nicks} highlights nicknames in ERC, an IRC |