[PATCH] gnu: emacs-ample-regexps: Update to 0.1-2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Jack Hill
  • Mathieu Othacehe
Owner
unassigned
Submitted by
Jack Hill
Severity
normal
J
J
Jack Hill wrote on 7 Aug 2020 05:18
(address . guix-patches@gnu.org)
20200807031827.27289-1-jackhill@jackhill.us
* gnu/packages/emacs-xyz.scm (emacs-ample-regexps): Update to 0.1-2. This
commit revision adds support for Emacs 27.
---
gnu/packages/emacs-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7dc8e42f81..08558909fd 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1193,8 +1193,8 @@ skip set strings, which are arguments to @code{skip-chars-forward} and
(license license:gpl3+)))
(define-public emacs-ample-regexps
- (let ((commit "cbe91e148cac1ee8e223874dc956ed4cf607f046")
- (revision "1"))
+ (let ((commit "153969ce547afe410b8986f01c9ed4087c9cd20b")
+ (revision "2"))
(package
(name "emacs-ample-regexps")
(version (git-version "0.1" revision commit))
@@ -1207,7 +1207,7 @@ skip set strings, which are arguments to @code{skip-chars-forward} and
(file-name (git-file-name name version))
(sha256
(base32
- "1mm4icrwx4mscp7kbbmlc34995r164dhrfczn5ybkyxjzzf76jn1"))))
+ "0dkp7bcd7h2ds40wyszy11nmh7c2jxrwy04ayz7pbxh53ir7s2k0"))))
(build-system emacs-build-system)
(native-inputs
`(("ert-runner" ,emacs-ert-runner)))
--
2.28.0
M
M
Mathieu Othacehe wrote on 7 Aug 2020 11:11
(name . Jack Hill)(address . jackhill@jackhill.us)(address . 42737-done@debbugs.gnu.org)
87h7teom5j.fsf@gnu.org
Toggle quote (3 lines)
> * gnu/packages/emacs-xyz.scm (emacs-ample-regexps): Update to 0.1-2. This
> commit revision adds support for Emacs 27.

Pushed, thanks!

Mathieu
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 42737
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