GNU bug report logs - #77633
[PATCH] gnu: emacs-fj: Update to 0.5.

Previous Next

Package: guix-patches;

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

Date: Tue, 8 Apr 2025 08:03:01 UTC

Severity: normal

Tags: 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: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#77633: closed ([PATCH] gnu: emacs-fj: Update to 0.5.)
Date: Tue, 08 Apr 2025 15:31:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 08 Apr 2025 17:09:03 +0200
with message-id <87mscq4rn4.fsf <at> gnu.org>
and subject line Re: [bug#77633] [PATCH] gnu: emacs-fj: Update to 0.5.
has caused the debbugs.gnu.org bug report #77633,
regarding [PATCH] gnu: emacs-fj: Update to 0.5.
to be marked as done.

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


-- 
77633: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77633
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-fj: Update to 0.5.
Date: Tue,  8 Apr 2025 10:02:08 +0200
* gnu/packages/emacs-xyz.scm (emacs-fj): Update to 0.5.

Change-Id: I8baa058f342bb0faf6e3718b2cc038f32b7c8448
---
 gnu/packages/emacs-xyz.scm | 41 +++++++++++++++++++-------------------
 1 file changed, 20 insertions(+), 21 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 81483bc0dc..bbeb00dd62 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -37195,27 +37195,26 @@ (define-public emacs-ebdb
     (license license:gpl3+)))
 
 (define-public emacs-fj
-  (let ((commit "c2684eab1cdd745dbc5af6cd5abacd9822099662")
-        (revision "0"))
-    (package
-      (name "emacs-fj")
-      (version (git-version "0.3" revision commit))
-      (source
-       (origin
-         (method git-fetch)
-         (uri (git-reference
-               (url "https://codeberg.org/martianh/fj.el")
-               (commit commit)))
-         (file-name (git-file-name name version))
-         (sha256
-          (base32 "05kx1h7r4g7x58k849m4h57a7lmcbhhm40qivn39mxfjx4ckn6n9"))))
-      (build-system emacs-build-system)
-      (propagated-inputs (list emacs-fedi emacs-magit emacs-tp))
-      (home-page "https://codeberg.org/martianh/fj.el")
-      (synopsis "Client for Forgejo instances")
-      (description
-       "Fj contains basic functions for interacting with a Forgejo instance.")
-      (license license:gpl3+))))
+  (package
+    (name "emacs-fj")
+    (version "0.5")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://codeberg.org/martianh/fj.el")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "15mm40n9jpc5f3avjq6h17bsqzk7f3f256kh7rm0iqjfh3vlvkbd"))))
+    (build-system emacs-build-system)
+    (arguments (list #:tests? #f)) ; no tests
+    (propagated-inputs (list emacs-fedi emacs-magit emacs-tp))
+    (home-page "https://codeberg.org/martianh/fj.el")
+    (synopsis "Client for Forgejo instances")
+    (description
+     "Fj contains basic functions for interacting with a Forgejo instance.")
+    (license license:gpl3+)))
 
 (define-public emacs-ebdb-i18n-chn
   (package

base-commit: e839cd1108626a6db6c47915f0efa4ab41c6a01c
-- 
2.49.0



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
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>, Hilton Chain <hako <at> ultrarare.space>,
 Divya Ranjan Pattanaik <divya <at> subvertising.org>, 77633-done <at> debbugs.gnu.org
Subject: Re: [bug#77633] [PATCH] gnu: emacs-fj: Update to 0.5.
Date: Tue, 08 Apr 2025 17:09:03 +0200
Cayetano Santos <csantosb <at> inventati.org> skribis:

> * gnu/packages/emacs-xyz.scm (emacs-fj): Update to 0.5.
>
> Change-Id: I8baa058f342bb0faf6e3718b2cc038f32b7c8448

Applied, thanks! :-)


This bug report was last modified 39 days ago.

Previous Next


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