guix-commits
[Top][All Lists]
Advanced

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

25/40: gnu: emacs-eldev: Update to 1.7.


From: guix-commits
Subject: 25/40: gnu: emacs-eldev: Update to 1.7.
Date: Wed, 8 Nov 2023 09:31:04 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit d5d43ec3e29c2d49474f6fd4e655efa7dd6fc6e9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Nov 8 12:59:59 2023 +0100

    gnu: emacs-eldev: Update to 1.7.
    
    * gnu/packages/emacs-xyz.scm (emacs-eldev): Update to 1.7.
    [arguments]<#:phases>: Re-instate one previously failing test.
    
    Change-Id: Ie0cef80184f0d117d50eef20512b4aaf22d31ff4
---
 gnu/packages/emacs-xyz.scm | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index dc76c67d58..27c5249bed 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22920,7 +22920,7 @@ according to a parsing expression grammar.")
 (define-public emacs-eldev
   (package
     (name "emacs-eldev")
-    (version "1.6")
+    (version "1.7")
     (source
      (origin
        (method git-fetch)
@@ -22929,7 +22929,7 @@ according to a parsing expression grammar.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0m2d607hprkl1pdapxsfjwag7plf822ig59qb6jjzy9m7gwg21k5"))))
+        (base32 "1q30r6di3r8dxxfbxfyii7kfvjj83c16bxx8ixadki3ix6imd6l5"))))
     (build-system emacs-build-system)
     (arguments
      (list
@@ -22942,12 +22942,9 @@ according to a parsing expression grammar.")
               (setenv "ELDEV_LOCAL" (getcwd))
               (make-file-writable "test/project-i/project-i-autoloads.el")))
           (add-after 'unpack 'skip-failing-tests
-            ;; FIXME: 3 tests are failing.  Skip them for now.
+            ;; FIXME: 2 tests are failing.  Skip them for now.
             (lambda _
-              (delete-file "test/upgrade-self.el")
-              (substitute* "test/doctor.el"
-                (("\\(ert-deftest eldev-doctor-up-to-date-copyright-2 .*" all)
-                 (string-append all "(skip-unless nil)\n")))))
+              (delete-file "test/upgrade-self.el")))
           (add-after 'install 'install-eldev-executable
             ;; This constructs the eldev executable from templates and
             ;; installs it in the specified directory.



reply via email to

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