summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorBrian Leung <bkleung89@gmail.com>2019-05-05 02:32:10 +0200
committerRicardo Wurmus <rekado@elephly.net>2019-05-06 16:56:39 +0200
commitd6a68e90483b35bdc2ea78afe2c81873be67ec95 (patch)
tree0c88e8fb523c950ad9aa0e1fa0d1433b4a91fe6c /gnu
parent869eb264acaec1c25291a91a29ceeb78342f82c7 (diff)
downloadpatches-d6a68e90483b35bdc2ea78afe2c81873be67ec95.tar
patches-d6a68e90483b35bdc2ea78afe2c81873be67ec95.tar.gz
gnu: emacs-evil-nerd-commenter: Update to 3.3.7.
* gnu/packages/emacs-xyz.scm (emacs-evil-nerd-commenter): Update to 3.3.7. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/emacs-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 82b23312ce..5783fc5c06 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6043,7 +6043,7 @@ pasting into and from @code{tmux} paste buffers.")
(define-public emacs-evil-nerd-commenter
(package
(name "emacs-evil-nerd-commenter")
- (version "3.3.6")
+ (version "3.3.7")
(source
(origin
(method git-fetch)
@@ -6053,7 +6053,7 @@ pasting into and from @code{tmux} paste buffers.")
(file-name (git-file-name name version))
(sha256
(base32
- "0074i9lvfs5hkbf63g1xh3n7dbmkax30bppkx2cd394c7zlsvzzk"))))
+ "1r8shfdddys9vqvrxf7s6z83ydqx9xhqs9sa7klbsajryqcp50b7"))))
(build-system emacs-build-system)
(propagated-inputs `(("emacs-evil" ,emacs-evil)))
(home-page "https://github.com/redguardtoo/evil-nerd-commenter")