gnu: emacs-visual-regexp: Update to 1.1.2.
authorMichael Rohleder <mike@rohleder.de>
Thu, 20 Aug 2020 12:18:02 +0000 (14:18 +0200)
committerOleg Pykhalov <go.wigust@gmail.com>
Thu, 20 Aug 2020 16:09:54 +0000 (19:09 +0300)
* gnu/packages/emacs-xyz.scm (emacs-visual-regexp): Update to 1.1.2.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
gnu/packages/emacs-xyz.scm

index bd8f0fc..f5113ba 100644 (file)
@@ -16009,7 +16009,7 @@ fixed-pitch,everything else becomes variable-pitch.")
 (define-public emacs-visual-regexp
   (package
     (name "emacs-visual-regexp")
-    (version "1.1.1")
+    (version "1.1.2")
     (source
      (origin
        (method git-fetch)
@@ -16018,7 +16018,7 @@ fixed-pitch,everything else becomes variable-pitch.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "12zpmzwyp85dzsjpxd3279kpfi9yz3jwc1k9fnb3xv3pjiil5svg"))))
+        (base32 "12p3rlhdphwmx1kxsjzcl2wj3i6qgpvw8iwhg1whs6yqgaxivixd"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/benma/visual-regexp.el/")
     (synopsis "Regexp command with interactive visual feedback")