gnu: emacs-visual-regexp: Update to 1.1.2.
* gnu/packages/emacs-xyz.scm (emacs-visual-regexp): Update to 1.1.2. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
This commit is contained in:
parent
e6e5b797f3
commit
fba499cb07
1 changed files with 2 additions and 2 deletions
|
@ -16009,7 +16009,7 @@ fixed-pitch,everything else becomes variable-pitch.")
|
||||||
(define-public emacs-visual-regexp
|
(define-public emacs-visual-regexp
|
||||||
(package
|
(package
|
||||||
(name "emacs-visual-regexp")
|
(name "emacs-visual-regexp")
|
||||||
(version "1.1.1")
|
(version "1.1.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -16018,7 +16018,7 @@ fixed-pitch,everything else becomes variable-pitch.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "12zpmzwyp85dzsjpxd3279kpfi9yz3jwc1k9fnb3xv3pjiil5svg"))))
|
(base32 "12p3rlhdphwmx1kxsjzcl2wj3i6qgpvw8iwhg1whs6yqgaxivixd"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/benma/visual-regexp.el/")
|
(home-page "https://github.com/benma/visual-regexp.el/")
|
||||||
(synopsis "Regexp command with interactive visual feedback")
|
(synopsis "Regexp command with interactive visual feedback")
|
||||||
|
|
Reference in a new issue