GNU bug report logs - #54589
[PATCH] gnu: emacs-geiser: Update to 0.23.1.

Previous Next

Package: guix-patches;

Reported by: Olivier Dion <olivier.dion <at> polymtl.ca>

Date: Sat, 26 Mar 2022 23:12:02 UTC

Severity: normal

Tags: moreinfo, patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Olivier Dion <olivier.dion <at> polymtl.ca>
Subject: bug#54589: closed (Re: bug#54589: [PATCH] gnu: emacs-geiser:
 Update to 0.23.1.)
Date: Fri, 08 Apr 2022 21:10:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#54589: [PATCH] gnu: emacs-geiser: Update to 0.23.1.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 54589 <at> debbugs.gnu.org.

-- 
54589: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54589
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Olivier Dion <olivier.dion <at> polymtl.ca>
Cc: 54589-done <at> debbugs.gnu.org
Subject: Re: bug#54589: [PATCH] gnu: emacs-geiser: Update to 0.23.1.
Date: Fri, 08 Apr 2022 23:09:31 +0200
Hi,

Olivier Dion <olivier.dion <at> polymtl.ca> skribis:

> I don't think so?  Emacs geiser is already bumped at version 0.23.1, but
> the commit that introduced that change forgot to add the new dependency
> `emacs-project`.
>
> I think that the commit message is confusing, sorry for that.  It should
> probably be `Add missing dependency ` and not `Update to ...`.  Let me
> know what you think.

Indeed, I had overlooked that.  Committed with the commit message
adjusted accordingly.

Thanks,
Ludo’.

[Message part 3 (message/rfc822, inline)]
From: Olivier Dion <olivier.dion <at> polymtl.ca>
To: guix-patches <at> gnu.org
Cc: Olivier Dion <olivier.dion <at> polymtl.ca>
Subject: [PATCH] gnu: emacs-geiser: Update to 0.23.1.
Date: Sat, 26 Mar 2022 19:11:15 -0400
* gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.23.1.
[propagated-inputs]: Add emacs-project.
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 42fc13f4c2..57a2f574c5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -271,7 +271,7 @@ (define-public emacs-geiser
     (native-inputs
      (list texinfo))
     (propagated-inputs
-     (list emacs-transient))
+     (list emacs-project emacs-transient))
     (home-page "https://nongnu.org/geiser/")
     (synopsis "Collection of Emacs modes for Scheme hacking")
     (description
-- 
2.34.0




This bug report was last modified 3 years and 44 days ago.

Previous Next


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