[PATCH] gnu: emacs-visual-regexp: Update to 1.1.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Oleg Pykhalov
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 5 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20200820121802.20695-1-mike@rohleder.de
* gnu/packages/emacs-xyz.scm (emacs-visual-regexp): Update to 1.1.2.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index bd8f0fcc80..f5113bad0d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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")
--
2.28.0
Oleg Pykhalov wrote 5 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 42949-done@debbugs.gnu.org)
87sgchcn4c.fsf@gmail.com
Hi,

Michael Rohleder <mike@rohleder.de> writes:

Toggle quote (11 lines)
> * gnu/packages/emacs-xyz.scm (emacs-visual-regexp): Update to 1.1.2.
> ---
> gnu/packages/emacs-xyz.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index bd8f0fcc80..f5113bad0d 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -16009,7 +16009,7 @@ fixed-pitch,everything else becomes variable-pitch.")

[…]

Pushed to master.

Thanks,
Oleg.
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEcjhxI46s62NFSFhXFn+OpQAa+pwFAl8+oPMACgkQFn+OpQAa
+pxsQQ/+IZexj6kcZk+5GQYDo5aggn2YemWfN8/j4hce64v4e7xFBqpCCiWuWugf
0uU9AMEyHUznk+rLzyb0LQOnrZCMWykow4jcY4RTWyZds0/B9+pypTJgL2IG7kw/
mbcNI4k1X6FrebYWw/oB4t1egCC4+dzqEygt24DF3O/oOfK2OnJU4FTdq/rGy+cm
yiXnOAvDIuYHlO9wx5PPByr892fQ8FrjN0qgvCedw6qtYr89K+5k6c6+W8503DSA
zxg83aoUHMORdC+5pLcPlwZW0R7cFOtZRzb/pCHeBCUfn9Leb7dosfEdecMzqJCY
dl2ZOzfAOwRhNXiWuWFNZbhY5jQb9sjmwFgugwHqH3Kl6JCqj1YsDgSB2YqJTQnw
qRY2hUy30seRa3WdHuR0/3QZPDBtDpD1nEKR0HgfT9oGbsFGoZmtGfl2N50wg/nE
STabCtoOb3E3VwyfkQQjyJGBprX8ad4cmZSK93ZSq/O6aoQ+Z/lSvpTw9AI5/nc4
K1ZEIAEikCADU6UCHoo5o/SpGqFb9Ek9lnnFd/JvIuP7CDh1BJAhMlQfFPg6qN/p
u5BLCsIFLmex+xyhtg4mzrrIZl23+ObrnJkD4kBleHFH7JcPdgQfK3rTQO4Sgoi7
DF6BOYNQ5BEkKVf9RNLlKG1+hP07glmMk5zOlBGsJVQ+WS0uigg=
=HrwQ
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 42949@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 42949
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help