unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#55490] [PATCH] gnu: emacs-lispy: Update to 38a7df4.
@ 2022-05-17 20:16 Luis Henrique Gomes Higino
  2022-05-18  4:29 ` bug#55490: " Maxim Cournoyer
  0 siblings, 1 reply; 2+ messages in thread
From: Luis Henrique Gomes Higino @ 2022-05-17 20:16 UTC (permalink / raw)
  To: 55490; +Cc: Luis Henrique Gomes Higino

* gnu/packages/emacs-xyz.scm (emacs-lispy): Update to 38a7df4.
[arguments]<#:phases>: Add new failing test to REMOVE-FAILING-TEST phase.
---
 gnu/packages/emacs-xyz.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7d014ac02a..4612e5153d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9702,10 +9702,11 @@ (define-public emacs-zoutline
 (define-public emacs-lispy
   ;; No release since May 2019 and tons of fixes have landed on master.
   ;; https://github.com/abo-abo/lispy/issues/513
-  (let ((commit "38a7df4cbb16cfe3d62dc8ea98b50e2d9a572e58"))
+  (let ((commit "df1b7e614fb0f73646755343e8892ddda310f427")
+        (revision "3"))
     (package
       (name "emacs-lispy")
-      (version (git-version "0.27.0" "2" commit))
+      (version (git-version "0.27.0" revision commit))
       (home-page "https://github.com/abo-abo/lispy")
       (source (origin
                 (method git-fetch)
@@ -9714,7 +9715,7 @@ (define-public emacs-lispy
                       (commit commit)))
                 (sha256
                  (base32
-                  "1q3sgk8ffwajmh8l7c4p4fz36xw4fqds8yqblbi5kardaa8bs8cs"))
+                  "02pmnn9cqslahnvllqzawp2j5icmb3wgkrk4qrfxjds68jg7pjj4"))
                 (file-name (git-file-name name version))))
       (build-system emacs-build-system)
       (propagated-inputs
@@ -9737,7 +9738,7 @@ (define-public emacs-lispy
               (lambda _
                 (emacs-batch-edit-file "lispy-test.el"
                   `(progn
-                    (dolist (test '("lispy-eval-python-str" "lispy--clojure-dot-object"))
+                    (dolist (test '("lispy-eval-python-str" "lispy--clojure-dot-object" "lispy-toggle-threaded-last"))
                             (goto-char (point-min))
                             (re-search-forward
                              (concat "ert-deftest " test))
-- 
2.36.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#55490: [PATCH] gnu: emacs-lispy: Update to 38a7df4.
  2022-05-17 20:16 [bug#55490] [PATCH] gnu: emacs-lispy: Update to 38a7df4 Luis Henrique Gomes Higino
@ 2022-05-18  4:29 ` Maxim Cournoyer
  0 siblings, 0 replies; 2+ messages in thread
From: Maxim Cournoyer @ 2022-05-18  4:29 UTC (permalink / raw)
  To: Luis Henrique Gomes Higino; +Cc: 55490-done

Hello,

Luis Henrique Gomes Higino <luishenriquegh2701@gmail.com> writes:

> * gnu/packages/emacs-xyz.scm (emacs-lispy): Update to 38a7df4.
> [arguments]<#:phases>: Add new failing test to REMOVE-FAILING-TEST phase.

As the test was fixed with a custom patch in
5fc5cc2f735426fbaf72f0f7f38efbbd1b38cc52, I think this is obsolete.

Thank you for offering a second solution!

Maxim




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-18  4:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-17 20:16 [bug#55490] [PATCH] gnu: emacs-lispy: Update to 38a7df4 Luis Henrique Gomes Higino
2022-05-18  4:29 ` bug#55490: " Maxim Cournoyer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).