GNU bug report logs - #76775
[PATCH] gnu: emacs-disproject: Update to 2.0.0.

Previous Next

Package: guix-patches;

Reported by: aurtzy <aurtzy <at> gmail.com>

Date: Thu, 6 Mar 2025 08:55:02 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 76775 in the body.
You can then email your comments to 76775 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 andrew <at> trop.in, csantosb <at> inventati.org, divya <at> subvertising.org, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org:
bug#76775; Package guix-patches. (Thu, 06 Mar 2025 08:55:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to aurtzy <aurtzy <at> gmail.com>:
New bug report received and forwarded. Copy sent to andrew <at> trop.in, csantosb <at> inventati.org, divya <at> subvertising.org, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org. (Thu, 06 Mar 2025 08:55:02 GMT) Full text and rfc822 format available.

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

From: aurtzy <aurtzy <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: aurtzy <aurtzy <at> gmail.com>
Subject: [PATCH] gnu: emacs-disproject: Update to 2.0.0.
Date: Thu,  6 Mar 2025 03:51:50 -0500
* gnu/packages/emacs-xyz.scm (emacs-disproject): Update to 2.0.0.

Change-Id: I4fae2020fb9e2ce1f68f76791931368c90c84e93
---
 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 f5876a342c..8281835632 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1640,7 +1640,7 @@ (define-public emacs-discourse-mode
 (define-public emacs-disproject
   (package
     (name "emacs-disproject")
-    (version "1.3.1")
+    (version "2.0.0")
     (source
      (origin
        (method git-fetch)
@@ -1649,7 +1649,7 @@ (define-public emacs-disproject
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "03wf14vilnysj9szcffsadhw86p68v3083dv98d99c8axm51n6hz"))))
+        (base32 "0550bfqbprbr9s36xgyrwdg2mrry28j5cbd7fms980ixn6a4vcx5"))))
     (build-system emacs-build-system)
     (propagated-inputs (list emacs-transient))
     (home-page "https://github.com/aurtzy/disproject")

base-commit: 310adf4ce70cbb864859274fcc7842bd519bbddc
-- 
2.48.1





Information forwarded to guix-patches <at> gnu.org:
bug#76775; Package guix-patches. (Thu, 06 Mar 2025 09:22:01 GMT) Full text and rfc822 format available.

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

From: Cayetano Santos <csantosb <at> inventati.org>
To: aurtzy <aurtzy <at> gmail.com>
Cc: Ian Eure <ian <at> retrospec.tv>,
 Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>,
 Liliana Marie Prikler <liliana.prikler <at> gmail.com>,
 Andrew Tropin <andrew <at> trop.in>, 76775 <at> debbugs.gnu.org,
 Divya Ranjan Pattanaik <divya <at> subvertising.org>
Subject: Re: [bug#76775] [PATCH] gnu: emacs-disproject: Update to 2.0.0.
Date: Thu, 06 Mar 2025 10:21:10 +0100
[Message part 1 (text/plain, inline)]
>jeu. 06 mars 2025 at 03:51, aurtzy <aurtzy <at> gmail.com> wrote:

> * gnu/packages/emacs-xyz.scm (emacs-disproject): Update to 2.0.0.

>      (propagated-inputs (list emacs-transient))

This package requires emacs 29.4, which already includes transient. No
need to propagate it, then.

Other than this, looks good to me.

Thanks !

C.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#76775; Package guix-patches. (Thu, 06 Mar 2025 20:14:02 GMT) Full text and rfc822 format available.

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

From: aurtzy <aurtzy <at> gmail.com>
To: Cayetano Santos <csantosb <at> inventati.org>
Cc: Ian Eure <ian <at> retrospec.tv>,
 Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>,
 Liliana Marie Prikler <liliana.prikler <at> gmail.com>,
 Andrew Tropin <andrew <at> trop.in>, 76775 <at> debbugs.gnu.org,
 Divya Ranjan Pattanaik <divya <at> subvertising.org>
Subject: Re: [bug#76775] [PATCH] gnu: emacs-disproject: Update to 2.0.0.
Date: Thu, 6 Mar 2025 15:13:05 -0500
Hey Cayetano,

On 3/6/25 04:21, Cayetano Santos wrote:
>> * gnu/packages/emacs-xyz.scm (emacs-disproject): Update to 2.0.0.
> 
>>       (propagated-inputs (list emacs-transient))
> 
> This package requires emacs 29.4, which already includes transient. No
> need to propagate it, then.

Does this apply if the package requires a newer version? It looks like the 
built-in Transient version is 0.4.3, but off the top of my head at least 0.7.8 
is required to fix a bug that breaks some functionality.

Cheers,

aurtzy




Information forwarded to guix-patches <at> gnu.org:
bug#76775; Package guix-patches. (Thu, 06 Mar 2025 20:55:02 GMT) Full text and rfc822 format available.

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

From: Cayetano Santos <csantosb <at> inventati.org>
To: aurtzy <aurtzy <at> gmail.com>
Cc: Ian Eure <ian <at> retrospec.tv>,
 Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>,
 Liliana Marie Prikler <liliana.prikler <at> gmail.com>,
 Andrew Tropin <andrew <at> trop.in>, 76775 <at> debbugs.gnu.org,
 Divya Ranjan Pattanaik <divya <at> subvertising.org>
Subject: Re: [bug#76775] [PATCH] gnu: emacs-disproject: Update to 2.0.0.
Date: Thu, 06 Mar 2025 21:54:34 +0100
[Message part 1 (text/plain, inline)]
>jeu. 06 mars 2025 at 15:13, aurtzy <aurtzy <at> gmail.com> wrote:

> Does this apply if the package requires a newer version? It looks like the built-in
> Transient version is 0.4.3, but off the top of my head at least 0.7.8 is required to fix a
> bug that breaks some functionality.

You’re absolutely right: "0.8.0" is required here.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#76775; Package guix-patches. (Thu, 06 Mar 2025 21:18:02 GMT) Full text and rfc822 format available.

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

From: Cayetano Santos <csantosb <at> inventati.org>
To: GNU bug tracker automated control server <control <at> debbugs.gnu.org>
Cc: aurtzy <aurtzy <at> gmail.com>, Ian Eure <ian <at> retrospec.tv>,
 Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>,
 Liliana Marie Prikler <liliana.prikler <at> gmail.com>,
 Andrew Tropin <andrew <at> trop.in>, 76775 <at> debbugs.gnu.org,
 Divya Ranjan Pattanaik <divya <at> subvertising.org>
Subject: QA review for #76775
Date: Thu, 06 Mar 2025 22:17:39 +0100
user guix
usertag 76775 + reviewed-looks-good
thanks

Items marked as checked:

- Commit messages
- Package builds
- Lint warnings
- Package style
- There are no package tests
- No dependent packages build
- Licenses
- Synopsis and descriptions




Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Fri, 07 Mar 2025 09:40:01 GMT) Full text and rfc822 format available.

Notification sent to aurtzy <aurtzy <at> gmail.com>:
bug acknowledged by developer. (Fri, 07 Mar 2025 09:40:02 GMT) Full text and rfc822 format available.

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

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 76775-done <at> debbugs.gnu.org
Cc: aurtzy <aurtzy <at> gmail.com>, Cayetano Santos <csantosb <at> inventati.org>
Subject: Re: [PATCH] gnu: emacs-disproject: Update to 2.0.0.
Date: Fri, 07 Mar 2025 10:38:56 +0100
> user guix
> usertag 76775 + reviewed-looks-good
> thanks
> 
> Items marked as checked:
> 
> - Commit messages
> - Package builds
> - Lint warnings
> - Package style
> - There are no package tests
> - No dependent packages build
> - Licenses
> - Synopsis and descriptions

Applied. Thanks!

-- 
Nicolas Goaziou






bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 04 Apr 2025 11:24:15 GMT) Full text and rfc822 format available.

This bug report was last modified 79 days ago.

Previous Next


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