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.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#75718: closed ([PATCH] gnu: emacs-fedi: Update to 0.2-0.8f0afbb.)
Date: Sat, 25 Jan 2025 17:59:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 25 Jan 2025 18:57:40 +0100
with message-id <87jzaiai97.fsf <at> nicolasgoaziou.fr>
and subject line Re: [PATCH] gnu: emacs-fedi: Update to 0.2-0.8f0afbb.
has caused the debbugs.gnu.org bug report #75718,
regarding [PATCH] gnu: emacs-fedi: Update to 0.2-0.8f0afbb.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
75718: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75718
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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



[Message part 3 (message/rfc822, inline)]
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




This bug report was last modified 115 days ago.

Previous Next


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