guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-ample-regexps: Update to 0.1-2.


From: guix-commits
Subject: branch master updated: gnu: emacs-ample-regexps: Update to 0.1-2.
Date: Fri, 07 Aug 2020 05:13:44 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new dc98472  gnu: emacs-ample-regexps: Update to 0.1-2.
dc98472 is described below

commit dc98472a412218c3081b3ee4800e6fd7191bf16b
Author: Jack Hill <jackhill@jackhill.us>
AuthorDate: Thu Aug 6 23:18:27 2020 -0400

    gnu: emacs-ample-regexps: Update to 0.1-2.
    
    * gnu/packages/emacs-xyz.scm (emacs-ample-regexps): Update to 0.1-2. This
    commit revision adds support for Emacs 27.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 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 4142c90..fc249ff 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]