GNU bug report logs - #75718
[PATCH] gnu: emacs-fedi: Update to 0.2-0.8f0afbb.

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Tue, 21 Jan 2025 01:03: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 75718 in the body.
You can then email your comments to 75718 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#75718; Package guix-patches. (Tue, 21 Jan 2025 01:03:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Cayetano Santos <csantosb <at> inventati.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. (Tue, 21 Jan 2025 01:03:02 GMT) Full text and rfc822 format available.

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

From: Cayetano Santos <csantosb <at> inventati.org>
To: guix-patches <at> gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [PATCH] gnu: emacs-fedi: Update to 0.2-0.8f0afbb.
Date: Mon, 20 Jan 2025 20:44:26 +0100
* gnu/packages/emacs-xyz.scm (emacs-fedi): Update to 0.2-0.8f0afbb.

Change-Id: If3dc772b4e4cea745def7851230dc6ea63eb519c
---

Packaging from master instead of release 0.2 is necessary, as it comprises recent updates necessary in other packages. Will fall back to release once development stabilises.

 gnu/packages/emacs-xyz.scm | 40 ++++++++++++++++++++------------------
 1 file changed, 21 insertions(+), 19 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0d808a2bff..57817c9344 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -36098,25 +36098,27 @@ (define-public emacs-mastodon
     (license license:gpl3+)))
 
 (define-public emacs-fedi
-  (package
-    (name "emacs-fedi")
-    (version "0.2")
-    (source
-     (origin
-       (method git-fetch)
-       (uri (git-reference
-             (url "https://codeberg.org/martianh/fedi.el")
-             (commit version)))
-       (file-name (git-file-name name version))
-       (sha256
-        (base32 "0a5zq7axxh3khx6465s7ym9s7v2iw7ky9z486d0zg41k7926bm9d"))))
-    (build-system emacs-build-system)
-    (propagated-inputs (list emacs-markdown-mode))
-    (home-page "https://codeberg.org/martianh/fedi.el")
-    (synopsis "Library to make writing clients for APIs easier")
-    (description "@code{fedi.el} is an Emacs library used by several fediverse
-frontend packages.")
-    (license license:gpl3+)))
+  (let ((commit "8f0afbb5cd264033f10ba58158a5e1f3737b16d4")
+        (revision "0"))
+    (package
+      (name "emacs-fedi")
+      (version (git-version "0.2" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://codeberg.org/martianh/fedi.el")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "0lmjqwq0nrimcqs3j9cadl2yz0nvg250vy2l6czg2648x6fdvcc6"))))
+      (build-system emacs-build-system)
+      (propagated-inputs (list emacs-markdown-mode))
+      (home-page "https://codeberg.org/martianh/fedi.el")
+      (synopsis "Library to make writing clients for APIs easier")
+      (description "@code{fedi.el} is an Emacs library used by several
+  fediverse frontend packages.")
+      (license license:gpl3+))))
 
 (define-public emacs-ebdb
   (package

base-commit: 5e834c220e81fddb77a26e23cf0cd5055b866844
--
2.47.1





Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Sat, 25 Jan 2025 17:59:02 GMT) Full text and rfc822 format available.

Notification sent to Cayetano Santos <csantosb <at> inventati.org>:
bug acknowledged by developer. (Sat, 25 Jan 2025 17:59:02 GMT) Full text and rfc822 format available.

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

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 75718-done <at> debbugs.gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: Re: [PATCH] gnu: emacs-fedi: Update to 0.2-0.8f0afbb.
Date: Sat, 25 Jan 2025 18:57:40 +0100
Hello,

> * gnu/packages/emacs-xyz.scm (emacs-fedi): Update to 0.2-0.8f0afbb.

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. (Sun, 23 Feb 2025 12:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 18 days ago.

Previous Next


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