GNU bug report logs - #76281
[PATCH] gnu: emacs-forge: Update to 0.4.7.

Previous Next

Package: guix-patches;

Reported by: jlicht <at> fsfe.org

Date: Fri, 14 Feb 2025 09:52:02 UTC

Severity: normal

Tags: patch

Done: Ian Eure <ian <at> retrospec.tv>

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 76281 in the body.
You can then email your comments to 76281 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, 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#76281; Package guix-patches. (Fri, 14 Feb 2025 09:52:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to jlicht <at> fsfe.org:
New bug report received and forwarded. Copy sent to andrew <at> trop.in, 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. (Fri, 14 Feb 2025 09:52:02 GMT) Full text and rfc822 format available.

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

From: jlicht <at> fsfe.org
To: guix-patches <at> gnu.org
Cc: Jelle Licht <jlicht <at> fsfe.org>
Subject: [PATCH] gnu: emacs-forge: Update to 0.4.7.
Date: Fri, 14 Feb 2025 10:50:47 +0100
From: Jelle Licht <jlicht <at> fsfe.org>

* gnu/packages/emacs-xyz.scm (emacs-forge): Update to 0.4.7.

Change-Id: I36f179118f2454e1a630290f0e2fe45c52fa79a4
---
 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 40e207bf0a..f43996863a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -33667,7 +33667,7 @@ (define-public emacs-transient
 (define-public emacs-forge
   (package
      (name "emacs-forge")
-     (version "0.4.6")
+     (version "0.4.7")
      (source
       (origin
         (method git-fetch)
@@ -33676,7 +33676,7 @@ (define-public emacs-forge
               (commit (string-append "v" version))))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "0mh542c9hy401jcvammd89v9ja3zxc16k7zhfflq67x90987mwhp"))))
+         (base32 "1576ic28h5nanab092r2w7id66jv2wf3vw8fkhsbvm6fi4l6g4vg"))))
      (build-system emacs-build-system)
      (arguments
       `(#:tests? #f                     ;no tests

base-commit: 4b5f0408e66392ab745dc0f7830732217d88f17d
-- 
2.48.1





Information forwarded to andrew <at> trop.in, 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#76281; Package guix-patches. (Fri, 14 Feb 2025 09:56:01 GMT) Full text and rfc822 format available.

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

From: jlicht <at> fsfe.org
To: 76281 <at> debbugs.gnu.org
Cc: Jelle Licht <jlicht <at> fsfe.org>
Subject: [PATCH v2] gnu: emacs-forge: Update to 0.4.7.
Date: Fri, 14 Feb 2025 10:55:01 +0100
From: Jelle Licht <jlicht <at> fsfe.org>

* gnu/packages/emacs-xyz.scm (emacs-forge): Update to 0.4.7.
[propagated-inputs]: Remove emacs-dash.

Change-Id: Icb856100e24115aa4a5cdaf3ba751f3dab5b8a0a
---
 gnu/packages/emacs-xyz.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 40e207bf0a..ac7949214e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -33667,7 +33667,7 @@ (define-public emacs-transient
 (define-public emacs-forge
   (package
      (name "emacs-forge")
-     (version "0.4.6")
+     (version "0.4.7")
      (source
       (origin
         (method git-fetch)
@@ -33676,7 +33676,7 @@ (define-public emacs-forge
               (commit (string-append "v" version))))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "0mh542c9hy401jcvammd89v9ja3zxc16k7zhfflq67x90987mwhp"))))
+         (base32 "1576ic28h5nanab092r2w7id66jv2wf3vw8fkhsbvm6fi4l6g4vg"))))
      (build-system emacs-build-system)
      (arguments
       `(#:tests? #f                     ;no tests
@@ -33695,7 +33695,6 @@ (define-public emacs-forge
       (list texinfo))
      (propagated-inputs
       (list emacs-closql
-            emacs-dash
             emacs-emacsql
             emacs-ghub
             emacs-let-alist

base-commit: 4b5f0408e66392ab745dc0f7830732217d88f17d
-- 
2.48.1





Information forwarded to guix-patches <at> gnu.org:
bug#76281; Package guix-patches. (Fri, 14 Feb 2025 14:35:02 GMT) Full text and rfc822 format available.

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

From: Ian Eure <ian <at> retrospec.tv>
To: jlicht <at> fsfe.org
Cc: 76281 <at> debbugs.gnu.org
Subject: Re: [bug#76281] [PATCH v2] gnu: emacs-forge: Update to 0.4.7.
Date: Fri, 14 Feb 2025 06:34:00 -0800
Hi Jelle,

Pushed as c389c67b0e.

Thanks for the patch!

 -- Ian




bug closed, send any further explanations to 76281 <at> debbugs.gnu.org and jlicht <at> fsfe.org Request was from Ian Eure <ian <at> retrospec.tv> to control <at> debbugs.gnu.org. (Fri, 14 Feb 2025 14:35:03 GMT) Full text and rfc822 format available.

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

This bug report was last modified 92 days ago.

Previous Next


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