GNU bug report logs - #51283
[PATCH 0/2] Update emacs-treemacs

Previous Next

Package: guix-patches;

Reported by: la snesne <lasnesne <at> lagunposprasihopre.org>

Date: Tue, 19 Oct 2021 07:18:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 51283 in the body.
You can then email your comments to 51283 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#51283; Package guix-patches. (Tue, 19 Oct 2021 07:18:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to la snesne <lasnesne <at> lagunposprasihopre.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 19 Oct 2021 07:18:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: la snesne <lasnesne <at> lagunposprasihopre.org>
To: guix-patches <at> gnu.org
Cc: la snesne <lasnesne <at> lagunposprasihopre.org>
Subject: [PATCH 0/2] Update emacs-treemacs
Date: Tue, 19 Oct 2021 16:10:24 +0900
When i was fixing emacs-treemacs-extra,
I found out emacs-treemacs got updated to 2.9.4 few hours ago.
So i also updated it.

la snesne (2):
  gnu: emacs-treemacs-extra: Add missing inputs
  gnu: emacs-treemacs: Update to 2.9.4.

 gnu/packages/emacs-xyz.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

-- 
2.33.1





Information forwarded to guix-patches <at> gnu.org:
bug#51283; Package guix-patches. (Tue, 19 Oct 2021 07:20:01 GMT) Full text and rfc822 format available.

Message #8 received at 51283 <at> debbugs.gnu.org (full text, mbox):

From: la snesne <lasnesne <at> lagunposprasihopre.org>
To: 51283 <at> debbugs.gnu.org
Cc: la snesne <lasnesne <at> lagunposprasihopre.org>
Subject: [PATCH 1/2] gnu: emacs-treemacs-extra: Add missing inputs
Date: Tue, 19 Oct 2021 16:19:23 +0900
* gnu/packages/emacs-xyz.scm (emacs-treemacs-extra)[propagated-inputs]: Add
emacs-all-the-icons, emacs-perspective
---
 gnu/packages/emacs-xyz.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index eecec57b3e..15e65d202b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -102,6 +102,7 @@
 ;;; Copyright © 2021 Matthew James Kraai <kraai <at> ftbfs.org>
 ;;; Copyright © 2021 Noisytoot <noisytoot <at> disroot.org>
 ;;; Copyright © 2021 Simon South <simon <at> simonsouth.net>
+;;; Copyright © 2021 la snesne <lasnesne <at> lagunposprasihopre.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -23902,9 +23903,11 @@ (define-public emacs-treemacs-extra
     (name "emacs-treemacs-extra")
     (propagated-inputs
      `(,@(package-propagated-inputs emacs-treemacs)
+       ("emacs-all-the-icons" ,emacs-all-the-icons)
        ("emacs-evil" ,emacs-evil)
        ("emacs-magit" ,emacs-magit)
        ("emacs-projectile" ,emacs-projectile)
+       ("emacs-perspective" ,emacs-perspective)
        ("emacs-persp-mode" ,emacs-persp-mode)))
     (arguments
      (substitute-keyword-arguments
-- 
2.33.1





Information forwarded to guix-patches <at> gnu.org:
bug#51283; Package guix-patches. (Tue, 19 Oct 2021 07:20:02 GMT) Full text and rfc822 format available.

Message #11 received at 51283 <at> debbugs.gnu.org (full text, mbox):

From: la snesne <lasnesne <at> lagunposprasihopre.org>
To: 51283 <at> debbugs.gnu.org
Cc: la snesne <lasnesne <at> lagunposprasihopre.org>
Subject: [PATCH 2/2] gnu: emacs-treemacs: Update to 2.9.4.
Date: Tue, 19 Oct 2021 16:19:24 +0900
* gnu/packages/emacs-xyz.scm (emacs-treemacs): Update to 2.9.4.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 15e65d202b..e1519451a1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23822,7 +23822,7 @@ (define-public emacs-pfuture
 (define-public emacs-treemacs
   (package
     (name "emacs-treemacs")
-    (version "2.9.3")
+    (version "2.9.4")
     (source
      (origin
        (method git-fetch)
@@ -23831,7 +23831,7 @@ (define-public emacs-treemacs
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0ik7wkv6w5vga29pmj8zzn3lq9a2ww26gkl380hmaak809in6k65"))))
+        (base32 "1g2fy2qkscqx01av92hpjbr6qld8s1gk59cdjbff8fm0vlx8xk2p"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-ace-window" ,emacs-ace-window)
-- 
2.33.1





Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Tue, 19 Oct 2021 11:05:02 GMT) Full text and rfc822 format available.

Notification sent to la snesne <lasnesne <at> lagunposprasihopre.org>:
bug acknowledged by developer. (Tue, 19 Oct 2021 11:05:02 GMT) Full text and rfc822 format available.

Message #16 received at 51283-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: la snesne <lasnesne <at> lagunposprasihopre.org>
Cc: 51283-done <at> debbugs.gnu.org
Subject: Re: [bug#51283] [PATCH 0/2] Update emacs-treemacs
Date: Tue, 19 Oct 2021 13:04:30 +0200
Hello,

la snesne <lasnesne <at> lagunposprasihopre.org> writes:

> When i was fixing emacs-treemacs-extra,
> I found out emacs-treemacs got updated to 2.9.4 few hours ago.
> So i also updated it.
>
> la snesne (2):
>   gnu: emacs-treemacs-extra: Add missing inputs
>   gnu: emacs-treemacs: Update to 2.9.4.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 16 Nov 2021 12:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 174 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.