This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b400aabc73 gnu: emacs-fj: Update to 0.30.
b400aabc73 is described below

commit b400aabc73329a0320d5fa7026e5f801f611019e
Author: moksh <[email protected]>
AuthorDate: Sun Feb 22 14:53:44 2026 +0530

    gnu: emacs-fj: Update to 0.30.
    
    * gnu/packages/emacs-xyz.scm (emacs-fj): Update to 0.30.
    
    Change-Id: Iebbf7e6b37af3a09c25319ec06bec647223f21ac
    Signed-off-by: jgart <[email protected]>
---
 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 85a48db242..f49c9fc79e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -40708,7 +40708,7 @@ Lisp's (relatively new) EIEIO object oriented 
libraries.")
 (define-public emacs-fj
   (package
     (name "emacs-fj")
-    (version "0.27")
+    (version "0.30")
     (source
      (origin
        (method git-fetch)
@@ -40717,7 +40717,7 @@ Lisp's (relatively new) EIEIO object oriented 
libraries.")
               (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1hp8xaggb6fclgdjh7jz97rn248xbl8qy88a8c7xx3gvv2x7ahgx"))))
+        (base32 "137h65jqdp8rhp4rwq3qwka8bcc8dp5jjsm5y0lrg633i91jq717"))))
     (build-system emacs-build-system)
     (arguments (list #:tests? #f))      ;depends on exemplify-ert
     (propagated-inputs (list emacs-fedi emacs-magit emacs-tp))

Reply via email to