unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#41712] Update emacs-treemacs to v2.8
@ 2020-06-04 15:49 Katherine Cox-Buday
  2020-06-04 16:11 ` bug#41712: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Katherine Cox-Buday @ 2020-06-04 15:49 UTC (permalink / raw)
  To: 41712

[-- Attachment #1: Type: text/plain, Size: 139 bytes --]

17:34 kate says: guix refresh --list-dependent emacs-treemacs
A single dependent package: emacs-lsp-java@2.2

emacs-lsp-java still builds.

[-- Attachment #2: 0001-gnu-emacs-treemacs-Update-to-2.8.patch --]
[-- Type: text/x-patch, Size: 1699 bytes --]

From 110a634d3b819d3a738cf308e4e7912bece1b963 Mon Sep 17 00:00:00 2001
From: Katherine Cox-Buday <cox.katherine.e@gmail.com>
Date: Thu, 4 Jun 2020 10:45:44 -0500
Subject: [PATCH] gnu: emacs-treemacs: Update to 2.8.

* gnu/packages/emacs-xyz.scm (emacs-treemacs): Update to 2.8.
---
 gnu/packages/emacs-xyz.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0f547425a0..c143370a63 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19044,7 +19044,7 @@ processes for Emacs")
 (define-public emacs-treemacs
   (package
     (name "emacs-treemacs")
-    (version "2.6")
+    (version "2.8")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -19053,7 +19053,7 @@ processes for Emacs")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "13gs8g05xj7np3i2q3bbxg6zgdiazzn1spxii4x0cyd4pg83c0i1"))))
+                "0m083g3pg0n4ymi1w0jx34awr7cqbm4r561adij9kklblxsz7sc2"))))
     (build-system emacs-build-system)
     (propagated-inputs
       `(("emacs-dash" ,emacs-dash)
@@ -19075,7 +19075,9 @@ processes for Emacs")
          (add-after 'unpack 'fix-makefile
            (lambda _
              (substitute* "Makefile"
-               (("@\\$\\(CASK\\) exec ") ""))
+               (("@\\$\\(CASK\\) exec ") "")
+               ;; Guix does not need to prepare dependencies before testing.
+               (("test: prepare") "test:"))
              #t))
          (add-after 'fix-makefile 'chdir-elisp
            ;; Elisp directory is not in root of the source.
-- 
2.26.2


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

* bug#41712: Update emacs-treemacs to v2.8
  2020-06-04 15:49 [bug#41712] Update emacs-treemacs to v2.8 Katherine Cox-Buday
@ 2020-06-04 16:11 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2020-06-04 16:11 UTC (permalink / raw)
  To: Katherine Cox-Buday; +Cc: 41712-done

Hello,

Katherine Cox-Buday <cox.katherine.e@gmail.com> writes:

> Subject: [PATCH] gnu: emacs-treemacs: Update to 2.8.

Applied. Thank you.

Regards,

-- 
Nicolas Goaziou




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

end of thread, other threads:[~2020-06-04 16:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-04 15:49 [bug#41712] Update emacs-treemacs to v2.8 Katherine Cox-Buday
2020-06-04 16:11 ` bug#41712: " Nicolas Goaziou

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).