GNU bug report logs -
#42737
[PATCH] gnu: emacs-ample-regexps: Update to 0.1-2.
Previous Next
Reported by: Jack Hill <jackhill <at> jackhill.us>
Date: Fri, 7 Aug 2020 03:19:02 UTC
Severity: normal
Tags: patch
Done: Mathieu Othacehe <othacehe <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#42737: [PATCH] gnu: emacs-ample-regexps: Update to 0.1-2.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 42737 <at> debbugs.gnu.org.
--
42737: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42737
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
> * gnu/packages/emacs-xyz.scm (emacs-ample-regexps): Update to 0.1-2. This
> commit revision adds support for Emacs 27.
Pushed, thanks!
Mathieu
[Message part 3 (message/rfc822, inline)]
* 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(-)
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
This bug report was last modified 4 years and 347 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.