guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-evil-multiedit: Update to 1.4.1.


From: guix-commits
Subject: branch master updated: gnu: emacs-evil-multiedit: Update to 1.4.1.
Date: Fri, 19 Nov 2021 04:52:50 -0500

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

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ad9b5cd  gnu: emacs-evil-multiedit: Update to 1.4.1.
ad9b5cd is described below

commit ad9b5cd19bfd44fdbce2f279a50886a90df29262
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Nov 19 10:51:09 2021 +0100

    gnu: emacs-evil-multiedit: Update to 1.4.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-evil-multiedit): Update to 1.4.1.
    [arguments]<#:phases>: Prevent test suite from downloading packages.  Remove
    trailing #t.
---
 gnu/packages/emacs-xyz.scm | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c844a7f..c111f83 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20770,7 +20770,7 @@ describing the key binding changes.")
 (define-public emacs-evil-multiedit
   (package
     (name "emacs-evil-multiedit")
-    (version "1.3.9")
+    (version "1.4.1")
     (source
      (origin
        (method git-fetch)
@@ -20779,8 +20779,7 @@ describing the key binding changes.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "19h3kqylqzbjv4297wkzzxdmn9yxbg6z4ga4ssrqri90xs7m3rw3"))))
+        (base32 "0iwrfkgs0964kxj3kwi8dqn42flhg2pnp4iswc07xi8ri2lflnkv"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-evil" ,emacs-evil)
@@ -20790,15 +20789,15 @@ describing the key binding changes.")
     (arguments
      `(#:phases
        (modify-phases %standard-phases
-         (add-before 'check 'fix-makefile
+         (add-before 'check 'fix-checks
            (lambda _
              (substitute* "Makefile"
                (("@cask exec ") ""))
-             #t)))
+             (substitute* "test/test-helper.el"
+               (("'\\(evil iedit\\)") "nil")))))
        #:tests? #t
        #:test-command '("make" "test")))
-    (home-page
-     "https://github.com/hlissner/evil-multiedit";)
+    (home-page "https://github.com/hlissner/evil-multiedit";)
     (synopsis "Multiple cursors for Evil mode")
     (description
      "This plugin was an answer to the lack of proper multiple cursor support



reply via email to

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