guix-commits
[Top][All Lists]
Advanced

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

14/24: gnu: emacs-inspector: Update to 0.28.


From: guix-commits
Subject: 14/24: gnu: emacs-inspector: Update to 0.28.
Date: Wed, 15 Mar 2023 19:18:20 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit b6b8d032c12ed60043f54daee4ed1aaaa6c51e4e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Mar 15 23:39:13 2023 +0100

    gnu: emacs-inspector: Update to 0.28.
    
    * gnu/packages/emacs-xyz.scm (emacs-inspector): Update to 0.28.
    [arguments]<#:phases>: Remove unnecessary phase.
---
 gnu/packages/emacs-xyz.scm | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1350138ce8..debdde269a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -670,10 +670,10 @@ configuration language which makes it trivial to write 
your own themes.")
       (license license:gpl3+))))
 
 (define-public emacs-inspector
-  (let ((commit "0cc5ff76c4aa9a203a9a142552c8dcc610b8cc24")) ;version bump
+  (let ((commit "0b2cf2f00a827f06bda717da8250eafec4108fb3")) ;version bump
     (package
       (name "emacs-inspector")
-      (version "0.24")
+      (version "0.28")
       (source
        (origin
          (uri (git-reference
@@ -681,7 +681,7 @@ configuration language which makes it trivial to write your 
own themes.")
                (commit commit)))
          (method git-fetch)
          (sha256
-          (base32 "1bj3mp95grnazskprzhl91zlqqqn3dww1fgp9nhjvr8zbvxhn9yj"))
+          (base32 "1l5dwcacz9y3qrsg8xjycr835vjjfssbzzx2nns91hyssb10hmkx"))
          (file-name (git-file-name name version))))
       (build-system emacs-build-system)
       (arguments
@@ -691,14 +691,7 @@ configuration language which makes it trivial to write 
your own themes.")
                                "-L" "."
                                "-l" "inspector-tests.el"
                                "-l" "tree-inspector-tests.el"
-                               "-f" "ert-run-tests-batch-and-exit")
-        #:phases
-        #~(modify-phases %standard-phases
-            (add-before 'check 'fix-failing-tests
-              (lambda _
-                (substitute* "inspector-tests.el"
-                  (("\\(ert-deftest 
inspector-tests--inspector-inspect-defun-complicated-assoc.*" all)
-                   (string-append all " (skip-unless nil)"))))))))
+                               "-f" "ert-run-tests-batch-and-exit")))
       (propagated-inputs (list emacs-treeview))
       (home-page "https://github.com/mmontone/emacs-inspector";)
       (synopsis "Inspection tool for Emacs Lisp objects")



reply via email to

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